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

[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation

Signed-off-by: Ilpo Jarvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Ilpo Jarvinen and committed by
Wim Van Sebroeck
95f62bdc 593fc178

+1 -1
+1 -1
drivers/watchdog/at91rm9200_wdt.c
··· 241 241 { 242 242 if (at91wdt_busy) 243 243 at91_wdt_start(); 244 - return 0; 244 + return 0; 245 245 } 246 246 247 247 #else