diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-07-17 14:08:47 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 09:21:05 -0400 |
commit | 5eb82498e3a6da8a979c48945e3c1a85c10ccc25 (patch) | |
tree | bc16dd667fb48b83a5009407049c6ffb5a296cbc /drivers/watchdog/acquirewdt.c | |
parent | 0d7b101404f7bedcf3f448c1667c3744551cd9ee (diff) |
[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>
Diffstat (limited to 'drivers/watchdog/acquirewdt.c')
-rw-r--r-- | drivers/watchdog/acquirewdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/acquirewdt.c b/drivers/watchdog/acquirewdt.c index 28d9057c9be6..340d1eeec16b 100644 --- a/drivers/watchdog/acquirewdt.c +++ b/drivers/watchdog/acquirewdt.c | |||
@@ -169,7 +169,7 @@ static long acq_ioctl(struct file *file, unsigned int cmd, unsigned long arg) | |||
169 | return 0; | 169 | return 0; |
170 | 170 | ||
171 | case WDIOC_GETTIMEOUT: | 171 | case WDIOC_GETTIMEOUT: |
172 | return put_user(WATCHDOG_HEARTBEAT, p); | 172 | return put_user(WATCHDOG_HEARTBEAT, p); |
173 | 173 | ||
174 | case WDIOC_SETOPTIONS: | 174 | case WDIOC_SETOPTIONS: |
175 | { | 175 | { |