[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140619221217.GA5764@kroah.com>
Date: Thu, 19 Jun 2014 15:12:17 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Chaitanya Hazarey <c@...io>
Cc: dan.carpenter@...cle.com, burzalodowa@...il.com,
andrea.merello@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/5] Staging: rtl8192u: r8192U_wx.c Fixed one misplaced
brace
On Thu, May 29, 2014 at 01:45:17PM -0700, Chaitanya Hazarey wrote:
> Fixed a misplaced brace in the r8192_wx_set_scan_type function.
>
> Signed-off-by: Chaitanya Hazarey <c@...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)
This patch doesn't apply :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists