]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
watchdog: rzn1: Fix reverse xmas tree declaration
authorHerve Codina (Schneider Electric) <herve.codina@bootlin.com>
Tue, 24 Mar 2026 11:48:44 +0000 (12:48 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 3 May 2026 15:38:09 +0000 (08:38 -0700)
commitcde09b031da871bc88ab693cf5ac503574a06639
tree2b783b789d1cd541e91948fac6fed41b2e360637
parent07d690db9fc741649f98506e492d5c10d1060b80
watchdog: rzn1: Fix reverse xmas tree declaration

Variables declared in probe() don't follow the reverse xmas
tree convention.

Fix the declaration in order to follow the convention.

Signed-off-by: Herve Codina (Schneider Electric) <herve.codina@bootlin.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20260324114849.242755-2-herve.codina@bootlin.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/rzn1_wdt.c