]> err.no Git - linux-2.6/blobdiff - drivers/watchdog/alim1535_wdt.c
[WATCHDOG] more coding style clean-up's
[linux-2.6] / drivers / watchdog / alim1535_wdt.c
index dfa11d19043ade28eaaec2d40b09087773478d32..2a7690ecf97d7b1385ef68edb89c8587f3b8faea 100644 (file)
@@ -153,7 +153,7 @@ static ssize_t ali_write(struct file *file, const char __user *data,
                           the magic character */
                        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')
                                        ali_expect_release = 42;