Commit 55b9b8f6 authored by Sandesh Kenjana Ashok's avatar Sandesh Kenjana Ashok Committed by Greg Kroah-Hartman

staging: fsl-dpaa2: ethsw: ethsw.c: Fix line over 80 characters

Issue found by checkpatch.
Signed-off-by: default avatarSandesh Kenjana Ashok <sandeshkenjanaashok@gmail.com>
Link: https://lore.kernel.org/r/20200214232143.GA20675@SandeshPCSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 23aa1034
......@@ -1492,7 +1492,8 @@ static void ethsw_unregister_notifier(struct device *dev)
err = unregister_switchdev_blocking_notifier(nb);
if (err)
dev_err(dev,
"Failed to unregister switchdev blocking notifier (%d)\n", err);
"Failed to unregister switchdev blocking notifier (%d)\n",
err);
err = unregister_switchdev_notifier(&ethsw->port_switchdev_nb);
if (err)
......
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