ehea: Whitespace cleanup
[safe/jmp/linux-2.6] / drivers / char / watchdog / mv64x60_wdt.c
index 20a6cbb..b887cdb 100644 (file)
@@ -160,13 +160,13 @@ static int mv64x60_wdt_ioctl(struct inode *inode, struct file *file,
                break;
 
        default:
-               return -ENOIOCTLCMD;
+               return -ENOTTY;
        }
 
        return 0;
 }
 
-static struct file_operations mv64x60_wdt_fops = {
+static const struct file_operations mv64x60_wdt_fops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .write = mv64x60_wdt_write,