[WATCHDOG] More coding-style and trivial clean-up
[safe/jmp/linux-2.6] / drivers / watchdog / wdt977.c
index 60e28d4..90ef70e 100644 (file)
@@ -401,7 +401,7 @@ static long wdt977_ioctl(struct file *file, unsigned int cmd,
                        return -EFAULT;
 
                if (wdt977_set_timeout(new_timeout))
-                   return -EINVAL;
+                       return -EINVAL;
 
                wdt977_keepalive();
                /* Fall */