commit | 7944d3a5a70ee5c1904ed1e8b1d71ff0af2854d9 | [log] [tgz] |
---|---|---|
author | Wim Van Sebroeck <wim@iguana.be> | Wed Aug 06 20:19:41 2008 +0000 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Aug 06 20:19:41 2008 +0000 |
tree | fe6ec1a557a4b27712266d9d86f791c69e8e2596 | |
parent | 12b7a1523eda9cd72362fdda928ddb995ecdc06d [diff] [blame] |
[WATCHDOG] more coding style clean-up's More coding style clean-up's. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
diff --git a/drivers/watchdog/sc1200wdt.c b/drivers/watchdog/sc1200wdt.c index f3bdc82..23da3cc 100644 --- a/drivers/watchdog/sc1200wdt.c +++ b/drivers/watchdog/sc1200wdt.c
@@ -279,7 +279,7 @@ for (i = 0; i != len; i++) { char c; - if (get_user(c, data+i)) + if (get_user(c, data + i)) return -EFAULT; if (c == 'V') expect_close = 42;