[WATCHDOG] More coding-style and trivial clean-up
[safe/jmp/linux-2.6] / drivers / watchdog / w83977f_wdt.c
index 2525da5..0560182 100644 (file)
@@ -426,7 +426,7 @@ static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                        return -EFAULT;
 
                if (wdt_set_timeout(new_timeout))
-                   return -EINVAL;
+                       return -EINVAL;
 
                wdt_keepalive();
                /* Fall */