You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[WATCHDOG] Some more general cleanup
Clean-up the watchdog drivers so that checkpatch.pl get's happy... Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
@@ -108,7 +108,9 @@ static int scx200_wdt_open(struct inode *inode, struct file *file)
|
||||
static int scx200_wdt_release(struct inode *inode, struct file *file)
|
||||
{
|
||||
if (expect_close != 42)
|
||||
printk(KERN_WARNING NAME ": watchdog device closed unexpectedly, will not disable the watchdog timer\n");
|
||||
printk(KERN_WARNING NAME
|
||||
": watchdog device closed unexpectedly, "
|
||||
"will not disable the watchdog timer\n");
|
||||
else if (!nowayout)
|
||||
scx200_wdt_disable();
|
||||
expect_close = 0;
|
||||
|
||||
Reference in New Issue
Block a user