[WATCHDOG] More coding-style and trivial clean-up
[safe/jmp/linux-2.6] / drivers / watchdog / riowd.c
index 01cc7e3..2cff533 100644 (file)
@@ -146,7 +146,8 @@ static long riowd_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
        return 0;
 }
 
-static ssize_t riowd_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos)
+static ssize_t riowd_write(struct file *file, const char __user *buf,
+                                               size_t count, loff_t *ppos)
 {
        struct riowd *p = riowd_device;