Commit 5f1e54e8 authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman

mei: wd: fix line over 80 characters

Fix checkpatch warning:
WARNING: line over 80 characters
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2f093e2a
......@@ -317,7 +317,8 @@ static int mei_wd_ops_ping(struct watchdog_device *wd_dev)
*
* 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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment