Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361208 > unrolled thread
| Started by | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| First post | 2016-03-20 03:20 +0100 |
| Last post | 2016-03-21 22:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186 Parth Sane <laerdevstudios@gmail.com> - 2016-03-20 03:20 +0100
Re: [PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186 Greg KH <gregkh@linuxfoundation.org> - 2016-03-21 22:30 +0100
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Date | 2016-03-20 03:20 +0100 |
| Subject | [PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186 |
| Message-ID | <reB8d-bE-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-03-21 22:30 +0100 |
| Subject | Re: [PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186 |
| Message-ID | <rffyG-2WC-15@gated-at.bofh.it> |
| In reply to | #1361208 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web