]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/sc1200wdt.c
ACPICA: add preemption point after each opcode parse
[linux-2.6-omap-h63xx.git] / drivers / watchdog / sc1200wdt.c
index f3bdc8227cc40bffeb6386cf582bd063f412287f..23da3ccd832ac13d5463545b13c50d5ebda6bb80 100644 (file)
@@ -279,7 +279,7 @@ static ssize_t sc1200wdt_write(struct file *file, const char __user *data,
                        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;