Skip to content

Commit fed7d05

Browse files
tk-wfischerWim Van Sebroeck
authored andcommitted
watchdog: it87_wdt: add blank line after variable declaration
This patch fixes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Werner Fischer <devlists@wefi.net> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20231213094525.11849-1-devlists@wefi.net Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent a79b4a4 commit fed7d05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/watchdog/it87_wdt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ static inline void superio_outb(int val, int reg)
146146
static inline int superio_inw(int reg)
147147
{
148148
int val;
149+
149150
outb(reg++, REG);
150151
val = inb(VAL) << 8;
151152
outb(reg, REG);

0 commit comments

Comments
 (0)