Commit e21b8f27 authored by John B. Wyatt IV's avatar John B. Wyatt IV Committed by Greg Kroah-Hartman
Browse files

staging: fsl-dpaa2: ethsw: Fix parenthesis alignment



Fix 2 parenthesis alignment issues.

Reported by checkpatch.

Signed-off-by: default avatarJohn B. Wyatt IV <jbwyatt4@gmail.com>
Link: https://lore.kernel.org/r/20200402023310.816245-1-jbwyatt4@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 955a5084
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1094,7 +1094,8 @@ static int swdev_port_obj_del(struct net_device *netdev,

static int
ethsw_switchdev_port_attr_set_event(struct net_device *netdev,
		struct switchdev_notifier_port_attr_info *port_attr_info)
				    struct switchdev_notifier_port_attr_info
				    *port_attr_info)
{
	int err;

@@ -1277,7 +1278,8 @@ static int port_switchdev_event(struct notifier_block *unused,

static int
ethsw_switchdev_port_obj_event(unsigned long event, struct net_device *netdev,
			struct switchdev_notifier_port_obj_info *port_obj_info)
			       struct switchdev_notifier_port_obj_info
			       *port_obj_info)
{
	int err = -EOPNOTSUPP;