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 3/4] staging: rtl8712: Remove space after a cast.
Date: Sat, 18 Feb 2017 01:31:17 +0530 [thread overview]
Message-ID: <58a75696.49ca620a.c5fe1.0764@mx.google.com> (raw)
In-Reply-To: <cover.1487359493.git.varshar186@gmail.com>
This patch fixes the following checkpatch issue:
CHECK: No space is necessary after a cast
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
drivers/staging/rtl8712/os_intfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/os_intfs.c b/drivers/staging/rtl8712/os_intfs.c
index f5526a1..1141ab3 100644
--- a/drivers/staging/rtl8712/os_intfs.c
+++ b/drivers/staging/rtl8712/os_intfs.c
@@ -164,7 +164,7 @@ static void loadparam(struct _adapter *padapter, struct net_device *pnetdev)
registry_par->ampdu_enable = (u8)ampdu_enable;
registry_par->rf_config = (u8)rf_config;
registry_par->low_power = (u8)low_power;
- registry_par->wifi_test = (u8) wifi_test;
+ registry_par->wifi_test = (u8)wifi_test;
r8712_initmac = initmac;
}
--
2.9.3
next prev parent reply other threads:[~2017-02-17 20:01 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 ` Varsha Rao [this message]
2017-02-17 20:25 ` [Outreachy kernel] [PATCH 3/4] staging: rtl8712: Remove space after a cast Julia Lawall
2017-02-17 20:02 ` [PATCH 4/4] staging: rtl8712: Match alignment with open parenthesis Varsha Rao
2017-02-17 20:24 ` [Outreachy kernel] " 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=58a75696.49ca620a.c5fe1.0764@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.