From: Parth Sane <laerdevstudios@gmail.com>
To: gregkh@linuxfoundation.org
Cc: brcnakalin@gmail.com, shraddha.6596@gmail.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Parth Sane <laerdevstudios@gmail.com>
Subject: [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning
Date: Sun, 20 Mar 2016 02:03:58 +0000 [thread overview]
Message-ID: <1458439438-17734-1-git-send-email-laerdevstudios@gmail.com> (raw)
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
next reply other threads:[~2016-03-20 2:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-20 2:03 Parth Sane [this message]
2016-03-20 2:12 ` [PATCH v3] staging: netlogic: Fixed alignment of parentheseis checkpatch warning Joe Perches
2016-03-20 2:18 ` Parth Sane
2016-03-20 2:22 ` Joe Perches
2016-03-21 3:52 ` Valdis.Kletnieks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458439438-17734-1-git-send-email-laerdevstudios@gmail.com \
--to=laerdevstudios@gmail.com \
--cc=brcnakalin@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shraddha.6596@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox