Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361206
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning |
| Date | 2016-03-20 03:10 +0100 |
| Message-ID | <reAYz-8a-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning Parth Sane <laerdevstudios@gmail.com> - 2016-03-20 03:10 +0100
Re: [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning Parth Sane <laerdevstudios@gmail.com> - 2016-03-20 03:20 +0100
Re: [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning Joe Perches <joe@perches.com> - 2016-03-20 03:30 +0100
Re: [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning Valdis.Kletnieks@vt.edu - 2016-03-21 05:00 +0100
Re: [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning Joe Perches <joe@perches.com> - 2016-03-20 03:20 +0100
csiph-web