diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2009-03-18 04:35:09 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-03-25 05:07:04 -0400 |
commit | 143a2e54bf53216674eada16e8953f48b159e08a (patch) | |
tree | 009497fad6a7d28aae80f490007ce78736afb82c /drivers/watchdog/i6300esb.c | |
parent | d5c26a597782d4109869abbcc36983969f964864 (diff) |
[WATCHDOG] More coding-style and trivial clean-up
Some more cleaning-up of the watchdog drivers.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/i6300esb.c')
-rw-r--r-- | drivers/watchdog/i6300esb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/watchdog/i6300esb.c b/drivers/watchdog/i6300esb.c index 74f951c18b90..97ac6bf42224 100644 --- a/drivers/watchdog/i6300esb.c +++ b/drivers/watchdog/i6300esb.c | |||
@@ -240,7 +240,8 @@ static ssize_t esb_write(struct file *file, const char __user *data, | |||
240 | * five months ago... */ | 240 | * five months ago... */ |
241 | esb_expect_close = 0; | 241 | esb_expect_close = 0; |
242 | 242 | ||
243 | /* scan to see whether or not we got the magic character */ | 243 | /* scan to see whether or not we got the |
244 | * magic character */ | ||
244 | for (i = 0; i != len; i++) { | 245 | for (i = 0; i != len; i++) { |
245 | char c; | 246 | char c; |
246 | if (get_user(c, data + i)) | 247 | if (get_user(c, data + i)) |