mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/5] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace
@ 2014-05-29 16:44 Chaitanya Hazarey
  2014-05-29 16:44 ` [PATCH 2/5] Staging: rtl8192u: r8192U_wx.c removed dead code Chaitanya Hazarey
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chaitanya Hazarey @ 2014-05-29 16:44 UTC (permalink / raw)
  To: dan.carpenter, gregkh, burzalodowa, andrea.merello
  Cc: devel, linux-kernel, Chaitanya Hazarey

Fixed a misplaced brace in the r8192_wx_set_scan_type 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


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 1/5] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace
@ 2014-05-29  4:49 Chaitanya Hazarey
  2014-05-29  4:49 ` [PATCH 4/5] Staging: rtl8192u: r8192U_wx.c Added a space for code-style issue Chaitanya Hazarey
  0 siblings, 1 reply; 6+ messages in thread
From: Chaitanya Hazarey @ 2014-05-29  4:49 UTC (permalink / raw)
  To: gregkh, burzalodowa, andrea.merello
  Cc: devel, linux-kernel, Chaitanya Hazarey

Fixed a misplaced brace in the r8192_wx_set_scan_type 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-29 16:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-29 16:44 [PATCH 1/5] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace Chaitanya Hazarey
2014-05-29 16:44 ` [PATCH 2/5] Staging: rtl8192u: r8192U_wx.c removed dead code Chaitanya Hazarey
2014-05-29 16:44 ` [PATCH 3/5] Staging: rtl8192u: r8192U_wx.c Removed C99 comments Chaitanya Hazarey
2014-05-29 16:44 ` [PATCH 4/5] Staging: rtl8192u: r8192U_wx.c Added a space for code-style issue Chaitanya Hazarey
2014-05-29 16:44 ` [PATCH 5/5] Staging: rtl8192u: r8192U_wx.c Removed commented out dead code Chaitanya Hazarey
  -- strict thread matches above, loose matches on Subject: below --
2014-05-29  4:49 [PATCH 1/5] Staging: rtl8192u: r8192U_wx.c Fixed a misplaced brace Chaitanya Hazarey
2014-05-29  4:49 ` [PATCH 4/5] Staging: rtl8192u: r8192U_wx.c Added a space for code-style issue Chaitanya Hazarey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®