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 <yanaijie@huawei.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20200428063333.2743-1-yanaijie@huawei.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 72a9e7f commit 5e31896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)