]> git.baikalelectronics.ru Git - kernel.git/commit
[WATCHDOG] Coding style - Indentation - part 1
authorWim Van Sebroeck <wim@iguana.be>
Thu, 17 Jul 2008 18:08:47 +0000 (18:08 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 6 Aug 2008 13:21:05 +0000 (13:21 +0000)
commit7f95bdf028399b7481a1d93ee2394425a7e7f068
treebc16dd667fb48b83a5009407049c6ffb5a296cbc
parentf58ed519072a65bc0b631d562a0778547559d290
[WATCHDOG] Coding style - Indentation - part 1

This brings the watchdog drivers into line with coding style.
This patch takes cares of the indentation as described in chapter 1:
  The preferred way to ease multiple indentation levels in a switch
  statement is to align the "switch" and its subordinate "case"
  labels in the same column instead of "double-indenting" the "case"
  labels.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/acquirewdt.c
drivers/watchdog/geodewdt.c
drivers/watchdog/pcwd_pci.c
drivers/watchdog/pcwd_usb.c
drivers/watchdog/sc1200wdt.c
drivers/watchdog/sc520_wdt.c