]> Pileus Git - ~andy/linux/blobdiff - drivers/watchdog/ibmasr.c
Merge branch 'x86/oprofile' into oprofile
[~andy/linux] / drivers / watchdog / ibmasr.c
index 0b549f3ff9159b98358868ffa57da220efab9fde..b82405cfb4cd38534bac8235c8720b7382af5a05 100644 (file)
@@ -275,7 +275,7 @@ static long asr_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        static const struct watchdog_info ident = {
                .options =      WDIOF_KEEPALIVEPING |
                                WDIOF_MAGICCLOSE,
-               .identity =     "IBM ASR"
+               .identity =     "IBM ASR",
        };
        void __user *argp = (void __user *)arg;
        int __user *p = argp;
@@ -345,7 +345,7 @@ static int asr_release(struct inode *inode, struct file *file)
 
 static const struct file_operations asr_fops = {
        .owner =                THIS_MODULE,
-       .llseek =               no_llseek,
+       .llseek =               no_llseek,
        .write =                asr_write,
        .unlocked_ioctl =       asr_ioctl,
        .open =                 asr_open,