]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: netlogic: Fix parenthesis alignment
authorLaura Garcia Liebana <nevola@gmail.com>
Sun, 14 Feb 2016 17:55:23 +0000 (18:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:49:09 +0000 (16:49 -0800)
Align arguments with the open parenthesis. Checkpatch found this issue.

Signed-off-by: Laura Garcia Liebana <nevola@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/netlogic/platform_net.c

index 7fcbc664e1deaa3cb589bb3ec319423ba3c88f60..9b52154048b08d5e502870cee6af4af128d6d334 100644 (file)
@@ -122,8 +122,8 @@ static struct platform_device *gmac_controller2_init(void *gmac0_addr)
                ndata1.phy_addr[mac] = mac + 4 + 0x10;
 
                xlr_resource_init(&xlr_net1_res[mac * 2],
-                               xlr_gmac_offsets[mac + 4],
-                               xlr_gmac_irqs[mac + 4]);
+                                 xlr_gmac_offsets[mac + 4],
+                                 xlr_gmac_irqs[mac + 4]);
        }
        xlr_net_dev1.num_resources = 8;