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

Issue found by checkpatch.

Signed-off-by: Sandesh Kenjana Ashok <sandeshkenjanaashok@gmail.com>
Link: https://lore.kernel.org/r/20200214232143.GA20675@SandeshPC
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sandesh Kenjana Ashok 2020-02-15 00:21:43 +01:00 committed by Greg Kroah-Hartman
parent 23aa10344c
commit 55b9b8f67d

View file

@ -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)