watchdog: fix checkpatch warnings and error
authorJingoo Han <jg1.han@samsung.com>
Thu, 27 Feb 2014 05:41:42 +0000 (14:41 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 31 Mar 2014 11:31:06 +0000 (13:31 +0200)
commit5f5e19093b2fa592720810154f15ffe51aa9277f
tree7fb419b6839947540fb76f78243864a1c9838e41
parentc33a15974c1a326b0034cc2a2e73fac92ae8d001
watchdog: fix checkpatch warnings and error

Fix the following checkpatch warnings and error:
  WARNING: quoted string split across lines
  WARNING: braces {} are not necessary for single statement blocks
  WARNING: __initdata should be placed after ibmasr_id_table[]
  WARNING: please, no space before tabs
  ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/ep93xx_wdt.c
drivers/watchdog/iTCO_wdt.c
drivers/watchdog/ibmasr.c
drivers/watchdog/pc87413_wdt.c
drivers/watchdog/softdog.c
drivers/watchdog/w83697hf_wdt.c
This page took 0.024682 seconds and 5 git commands to generate.