public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186
@ 2016-03-20  2:10 Parth Sane
  2016-03-21 21:23 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Parth Sane @ 2016-03-20  2:10 UTC (permalink / raw)
  To: gregkh; +Cc: brcnakalin, shraddha.6596, devel, linux-kernel, Parth Sane

Fixed checkpatch warnings about parenthesis alignment at line #186.

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>

---
 drivers/staging/netlogic/platform_net.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/netlogic/platform_net.c b/drivers/staging/netlogic/platform_net.c
index c967543..a2941a0 100644
--- a/drivers/staging/netlogic/platform_net.c
+++ b/drivers/staging/netlogic/platform_net.c
@@ -183,8 +183,8 @@ static void xls_gmac_init(void)
 			ndata0.phy_addr[mac] = mac + 0x10;
 
 			xlr_resource_init(&xlr_net0_res[mac * 2],
-					xlr_gmac_offsets[mac],
-					xlr_gmac_irqs[mac]);
+					  xlr_gmac_offsets[mac],
+					  xlr_gmac_irqs[mac]);
 		}
 		xlr_net_dev0.num_resources = 8;
 		platform_device_register(&xlr_net_dev0);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-21 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20  2:10 [PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186 Parth Sane
2016-03-21 21:23 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox