]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/alim1535_wdt.c
V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} code
[linux-2.6-omap-h63xx.git] / 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;