staging: fsl-dpaa2: ethsw: Fix parenthesis alignment
authorJohn B. Wyatt IV <jbwyatt4@gmail.com>
Thu, 2 Apr 2020 02:33:10 +0000 (19:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 06:55:30 +0000 (08:55 +0200)
Fix 2 parenthesis alignment issues.

Reported by checkpatch.

Signed-off-by: John B. Wyatt IV <jbwyatt4@gmail.com>
Link: https://lore.kernel.org/r/20200402023310.816245-1-jbwyatt4@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-dpaa2/ethsw/ethsw.c

index 676d1ad1b50df44716b15525f575f9c5d37f13e7..546ad376df99fa762614ade735f9a22b332ed4c2 100644 (file)
@@ -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 @@ err_addr_alloc:
 
 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;