[WATCHDOG] More coding-style and trivial clean-up
[deliverable/linux.git] / drivers / watchdog / wdt977.c
index 60e28d49ff527a3644fbda4eed4826b797f4aa7b..90ef70eb47d74fe38f2812bd171239fe5d643de9 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 */
This page took 0.02672 seconds and 5 git commands to generate.