Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1361198 > unrolled thread

[PATCH] staging: netlogic: Fixed alignment of parantheseis checkpatch warning

Started byParth Sane <laerdevstudios@gmail.com>
First post2016-03-20 02:50 +0100
Last post2016-03-20 02:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: netlogic: Fixed alignment of parantheseis checkpatch warning Parth Sane <laerdevstudios@gmail.com> - 2016-03-20 02:50 +0100

#1361198 — [PATCH] staging: netlogic: Fixed alignment of parantheseis checkpatch warning

FromParth Sane <laerdevstudios@gmail.com>
Date2016-03-20 02:50 +0100
Subject[PATCH] staging: netlogic: Fixed alignment of parantheseis checkpatch warning
Message-ID<reAFb-8cK-3@gated-at.bofh.it>
Fixed alignment of paranthesis as per checkpatch. Please ignore earlier sent patch for paranthesis check and use this one. 
Signed-off-by: Parth Sane <laerdevstudios@gmail.com>

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

diff --git a/drivers/staging/netlogic/platform_net.c b/drivers/staging/netlogic/platform_net.c
index daee1b2..dde20d5 100644
--- a/drivers/staging/netlogic/platform_net.c
+++ b/drivers/staging/netlogic/platform_net.c
@@ -120,10 +120,9 @@ static struct platform_device *gmac_controller2_init(void *gmac0_addr)
 	for (mac = 0; mac < 4; mac++) {
 		ndata1.tx_stnid[mac] = FMN_STNID_GMAC1_TX0 + mac;
 		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;
 
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web