From: Varsha Rao <rvarsha016@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Larry Finger <Larry.Finger@lwfinger.net>,
Florian Schilhabel <florian.c.schilhabel@googlemail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [PATCH 4/4] staging: rtl8712: Match alignment with open parenthesis.
Date: Sat, 18 Feb 2017 01:32:37 +0530 [thread overview]
Message-ID: <58a756e2.0a9d630a.ca478.ffbb@mx.google.com> (raw)
In-Reply-To: <cover.1487359493.git.varshar186@gmail.com>
Matched function arguments alignment with it's open parenthesis. This patch
fixes the following checkpatch issue:
CHECK: Alignment should match open parenthesis
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
drivers/staging/rtl8712/os_intfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8712/os_intfs.c b/drivers/staging/rtl8712/os_intfs.c
index 1141ab3..8836b31 100644
--- a/drivers/staging/rtl8712/os_intfs.c
+++ b/drivers/staging/rtl8712/os_intfs.c
@@ -388,7 +388,7 @@ static int netdev_open(struct net_device *pnetdev)
if (!r8712_initmac)
/* Use the mac address stored in the Efuse */
memcpy(pnetdev->dev_addr,
- padapter->eeprompriv.mac_addr, ETH_ALEN);
+ padapter->eeprompriv.mac_addr, ETH_ALEN);
else {
/* We have to inform f/w to use user-supplied MAC
* address.
@@ -405,7 +405,7 @@ static int netdev_open(struct net_device *pnetdev)
* users specify.
*/
memcpy(padapter->eeprompriv.mac_addr,
- pnetdev->dev_addr, ETH_ALEN);
+ pnetdev->dev_addr, ETH_ALEN);
}
if (start_drv_threads(padapter) != _SUCCESS)
goto netdev_open_error;
--
2.9.3
next prev parent reply other threads:[~2017-02-17 20:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1487359493.git.varshar186@gmail.com>
2017-02-17 19:56 ` [PATCH 1/4] staging: rtl8712: Remove unnecessary parentheses Varsha Rao
2017-02-17 20:26 ` [Outreachy kernel] " Julia Lawall
2017-02-17 19:59 ` [PATCH 2/4] staging: rtl8712: Removes the FSF mailing address Varsha Rao
2017-02-17 20:25 ` [Outreachy kernel] " Julia Lawall
2017-02-17 20:01 ` [PATCH 3/4] staging: rtl8712: Remove space after a cast Varsha Rao
2017-02-17 20:25 ` [Outreachy kernel] " Julia Lawall
2017-02-17 20:02 ` Varsha Rao [this message]
2017-02-17 20:24 ` [Outreachy kernel] [PATCH 4/4] staging: rtl8712: Match alignment with open parenthesis Julia Lawall
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=58a756e2.0a9d630a.ca478.ffbb@mx.google.com \
--to=rvarsha016@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=florian.c.schilhabel@googlemail.com \
--cc=gregkh@linuxfoundation.org \
--cc=outreachy-kernel@googlegroups.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.