* [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
* Re: [PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186
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
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-03-21 21:23 UTC (permalink / raw)
To: Parth Sane; +Cc: brcnakalin, shraddha.6596, devel, linux-kernel
On Sun, Mar 20, 2016 at 02:10:08AM +0000, Parth Sane wrote:
> Fixed checkpatch warnings about parenthesis alignment at line #186.
Why is a line number needed? How is this different from your previous
patch for this driver?
Please resend all of your previous patches for this driver, I don't know
what to apply in which order :(
thanks,
greg k-h
^ permalink raw reply [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