Skip to content

Commit 35ff0eb

Browse files
Chen NiWim Van Sebroeck
authored andcommitted
watchdog: iTCO_wdt: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <[email protected]> Reviewed-by: Andy Shevchenko <[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 f6febd0 commit 35ff0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/watchdog/iTCO_wdt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ static int iTCO_wdt_probe(struct platform_device *pdev)
563563
}
564564

565565
ident.firmware_version = p->iTCO_version;
566-
p->wddev.info = &ident,
567-
p->wddev.ops = &iTCO_wdt_ops,
566+
p->wddev.info = &ident;
567+
p->wddev.ops = &iTCO_wdt_ops;
568568
p->wddev.bootstatus = 0;
569569
p->wddev.timeout = WATCHDOG_TIMEOUT;
570570
watchdog_set_nowayout(&p->wddev, nowayout);

0 commit comments

Comments
 (0)