Skip to content

Commit 5e31896

Browse files
JasonYanHwWim Van Sebroeck
authored andcommitted
watchdog: riowd: remove unneeded semicolon
Fix the following coccicheck warning: drivers/watchdog/riowd.c:144:2-3: Unneeded semicolon Signed-off-by: Jason Yan <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 72a9e7f commit 5e31896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/riowd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ static long riowd_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
141141

142142
default:
143143
return -EINVAL;
144-
};
144+
}
145145

146146
return 0;
147147
}

0 commit comments

Comments
 (0)