From: Chaitanya Hazarey <c@24.io>
To: gregkh@linuxfoundation.org, burzalodowa@gmail.com,
andrea.merello@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Chaitanya Hazarey <c@24.io>
Subject: [PATCH 1/2] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace
Date: Wed, 28 May 2014 16:23:47 -0700 [thread overview]
Message-ID: <1401319428-20798-1-git-send-email-c@24.io> (raw)
Fixed a misplaced brace in a function
Signed-off-by: Chaitanya Hazarey <c@24.io>
---
drivers/staging/rtl8192u/r8192U_wx.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c
index 1af7c5d..675a12d 100644
--- a/drivers/staging/rtl8192u/r8192U_wx.c
+++ b/drivers/staging/rtl8192u/r8192U_wx.c
@@ -616,7 +616,8 @@ static int r8192_wx_set_enc(struct net_device *dev,
static int r8192_wx_set_scan_type(struct net_device *dev, struct iw_request_info *aa,
- union iwreq_data *wrqu, char *p){
+ union iwreq_data *wrqu, char *p)
+{
struct r8192_priv *priv = ieee80211_priv(dev);
int *parms = (int *)p;
--
1.9.1
next reply other threads:[~2014-05-28 23:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-28 23:23 Chaitanya Hazarey [this message]
2014-05-28 23:23 ` [PATCH 2/2] Staging: rtl8192u: r8192U_wx.c Various Code cleanups and code-style additions Chaitanya Hazarey
2014-05-28 23:36 ` Greg KH
2014-05-28 23:35 ` Chaitanya Hazarey
2014-05-29 20:43 ` [PATCH 1/2] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace Greg KH
2014-05-29 20:43 ` Chaitanya Hazarey
2014-05-29 21:00 ` Greg KH
2014-05-29 21:41 ` Dan Carpenter
2014-05-29 21:51 ` Chaitanya Hazarey
2014-05-29 22:03 ` Greg KH
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=1401319428-20798-1-git-send-email-c@24.io \
--to=c@24.io \
--cc=andrea.merello@gmail.com \
--cc=burzalodowa@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/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