1
0
Fork 0

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>
wifi-calibration
Tomas Winkler 2013-04-13 23:41:25 +03:00 committed by Greg Kroah-Hartman
parent 2f093e2aa4
commit 5f1e54e8c1
1 changed files with 2 additions and 1 deletions

View 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;