projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ff0eb
)
drivers: watchdog: marvell_gti: Convert comma to semicolon
author
Chen Ni
<nichen@iscas.ac.cn>
Mon, 2 Sep 2024 08:04:19 +0000
(16:04 +0800)
committer
Wim Van Sebroeck
<wim@linux-watchdog.org>
Tue, 10 Sep 2024 09:08:49 +0000
(11:08 +0200)
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>
drivers/watchdog/marvell_gti_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/marvell_gti_wdt.c
b/drivers/watchdog/marvell_gti_wdt.c
index 098bb141a521e11347ab6d49a19bcf6a615def6d..298089d45ab895086c06c8be6f16824e26889575 100644
(file)
--- a/
drivers/watchdog/marvell_gti_wdt.c
+++ b/
drivers/watchdog/marvell_gti_wdt.c
@@
-285,8
+285,8
@@
static int gti_wdt_probe(struct platform_device *pdev)
}
wdog_dev = &priv->wdev;
- wdog_dev->info = >i_wdt_ident
,
- wdog_dev->ops = >i_wdt_ops
,
+ wdog_dev->info = >i_wdt_ident
;
+ wdog_dev->ops = >i_wdt_ops
;
wdog_dev->parent = dev;
/*
* Watchdog counter is 24 bit where lower 8 bits are zeros