Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361144
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: netlogic: Fixed alignment of parantheseis checkpatch warning |
| Date | 2016-03-19 19:40 +0100 |
| Message-ID | <retX3-3EF-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixed alignment of paranthesis as per checkpatch. Signed-off-by: Parth Sane <laerdevstudios@gmail.com> --- drivers/staging/netlogic/platform_net.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/netlogic/platform_net.c b/drivers/staging/netlogic/platform_net.c index daee1b2..82af021 100644 --- a/drivers/staging/netlogic/platform_net.c +++ b/drivers/staging/netlogic/platform_net.c @@ -121,9 +121,7 @@ static struct platform_device *gmac_controller2_init(void *gmac0_addr) 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_resource_init(&xlr_net1_res[mac * 2], xlr_gmac_offsets[mac + 4], xlr_gmac_irqs[mac + 4]); } xlr_net_dev1.num_resources = 8; -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] staging: netlogic: Fixed alignment of parantheseis checkpatch warning Parth Sane <laerdevstudios@gmail.com> - 2016-03-19 19:40 +0100 Re: [PATCH] staging: netlogic: Fixed alignment of parantheseis checkpatch warning Joe Perches <joe@perches.com> - 2016-03-19 20:40 +0100
csiph-web