mei: wd: fix line over 80 characters
authorTomas Winkler <tomas.winkler@intel.com>
Sat, 13 Apr 2013 20:41:25 +0000 (23:41 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Apr 2013 17:03:21 +0000 (10:03 -0700)
Fix checkpatch warning:
WARNING: line over 80 characters

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/wd.c

index 2413247fc39244f7511b53b31a98c670321ca5fd..eb3f05c8d7d0659c01e96aa108b8823a1526d1f2 100644 (file)
@@ -317,7 +317,8 @@ end:
  *
  * returns 0 if success, negative errno code for failure
  */
-static int mei_wd_ops_set_timeout(struct watchdog_device *wd_dev, unsigned int timeout)
+static int mei_wd_ops_set_timeout(struct watchdog_device *wd_dev,
+               unsigned int timeout)
 {
        struct mei_device *dev;