drivers: base: swnode: Make two functions static
[linux-2.6-microblaze.git] / drivers / watchdog / pc87413_wdt.c
index 06a892e..2ffa39b 100644 (file)
@@ -437,7 +437,7 @@ static long pc87413_ioctl(struct file *file, unsigned int cmd,
                        return -EINVAL;
                timeout = new_timeout;
                pc87413_refresh();
-               /* fall through and return the new timeout... */
+               /* fall through and return the new timeout... */
        case WDIOC_GETTIMEOUT:
                new_timeout = timeout * 60;
                return put_user(new_timeout, uarg.i);