[WATCHDOG] More coding-style and trivial clean-up
[firefly-linux-kernel-4.4.55.git] / drivers / watchdog / riowd.c
index 01cc7e39d92fe93f702f4f16d8f440f5d6319442..2cff53310f7b87f444dbc2086507432013b05198 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;