Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: watchdog: marvell_gti: Convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20240902080419.3824706-1-nichen@iscas.ac.cn
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Chen Ni and committed by
Wim Van Sebroeck
3a0caeca 35ff0ebf

+2 -2
+2 -2
drivers/watchdog/marvell_gti_wdt.c
··· 285 285 } 286 286 287 287 wdog_dev = &priv->wdev; 288 - wdog_dev->info = &gti_wdt_ident, 289 - wdog_dev->ops = &gti_wdt_ops, 288 + wdog_dev->info = &gti_wdt_ident; 289 + wdog_dev->ops = &gti_wdt_ops; 290 290 wdog_dev->parent = dev; 291 291 /* 292 292 * Watchdog counter is 24 bit where lower 8 bits are zeros