diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 16:19:41 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 16:19:41 -0400 |
commit | 7944d3a5a70ee5c1904ed1e8b1d71ff0af2854d9 (patch) | |
tree | fe6ec1a557a4b27712266d9d86f791c69e8e2596 /drivers/watchdog/alim1535_wdt.c | |
parent | 12b7a1523eda9cd72362fdda928ddb995ecdc06d (diff) |
[WATCHDOG] more coding style clean-up's
More coding style clean-up's.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/alim1535_wdt.c')
-rw-r--r-- | drivers/watchdog/alim1535_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/alim1535_wdt.c b/drivers/watchdog/alim1535_wdt.c index dfa11d19043a..2a7690ecf97d 100644 --- a/drivers/watchdog/alim1535_wdt.c +++ b/drivers/watchdog/alim1535_wdt.c | |||
@@ -153,7 +153,7 @@ static ssize_t ali_write(struct file *file, const char __user *data, | |||
153 | the magic character */ | 153 | the magic character */ |
154 | for (i = 0; i != len; i++) { | 154 | for (i = 0; i != len; i++) { |
155 | char c; | 155 | char c; |
156 | if (get_user(c, data+i)) | 156 | if (get_user(c, data + i)) |
157 | return -EFAULT; | 157 | return -EFAULT; |
158 | if (c == 'V') | 158 | if (c == 'V') |
159 | ali_expect_release = 42; | 159 | ali_expect_release = 42; |