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

Fixed alignment of parenthesis checkpatch warning to fit coding standards.

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

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

diff --git a/drivers/staging/netlogic/platform_net.c b/drivers/staging/netlogic/platform_net.c
index dde20d5..c967543 100644
--- a/drivers/staging/netlogic/platform_net.c
+++ b/drivers/staging/netlogic/platform_net.c
@@ -168,8 +168,9 @@ static void xls_gmac_init(void)
 
 		xlr_net_dev0.num_resources = 2;
 
-		xlr_resource_init(&xlr_net0_res[0], xlr_gmac_offsets[0],
-				xlr_gmac_irqs[0]);
+		xlr_resource_init(&xlr_net0_res[0],
+				  xlr_gmac_offsets[0],
+				  xlr_gmac_irqs[0]);
 		platform_device_register(&xlr_net_dev0);
 
 		/* second block is XAUI, not supported yet */
-- 
1.9.1

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20  2:03 [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning Parth Sane
2016-03-20  2:12 ` Joe Perches
2016-03-20  2:18   ` Parth Sane
2016-03-20  2:22     ` Joe Perches
2016-03-21  3:52       ` Valdis.Kletnieks

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