staging: netlogic: Fix parenthesis alignment
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>
This commit is contained in:
parent
b0b24338ad
commit
7d8827cf7d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue