Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361208
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: netlogic: Fixed alignment of parentheseis checkpatch warning line#186 |
| Date | 2016-03-20 03:20 +0100 |
| Message-ID | <reB8d-bE-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web