mei: wd: fix line over 80 characters

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>
This commit is contained in:
Tomas Winkler 2013-04-13 23:41:25 +03:00 committed by Greg Kroah-Hartman
parent 2f093e2aa4
commit 5f1e54e8c1

View file

@ -317,7 +317,8 @@ end:
* *
* returns 0 if success, negative errno code for failure * 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; struct mei_device *dev;