Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / drivers / watchdog / smsc37b787_wdt.c
index 8a1f0bc..df88cfa 100644 (file)
@@ -434,11 +434,11 @@ static long wb_smsc_wdt_ioctl(struct file *file,
        } uarg;
 
        static const struct watchdog_info ident = {
-               .options =              WDIOF_KEEPALIVEPING |
+               .options =              WDIOF_KEEPALIVEPING |
                                        WDIOF_SETTIMEOUT |
                                        WDIOF_MAGICCLOSE,
                .firmware_version =     0,
-               .identity =             "SMsC 37B787 Watchdog",
+               .identity =             "SMsC 37B787 Watchdog",
        };
 
        uarg.i = (int __user *)arg;