[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140613171526.GA19285@kroah.com>
Date: Fri, 13 Jun 2014 10:15:26 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Cheng-Wei Lee <lee.rhapsody@...il.com>
Cc: Sherif Shehab Aldin <shehabaldin.sherif@...il.com>,
Avinash Kumar <avi.kp.137@...il.com>,
Peter Senna Tschudin <peter.senna@...il.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: wlan-ng: fix Missing a blank line after
declarations warnings
On Fri, Jun 13, 2014 at 10:58:14PM +0800, Cheng-Wei Lee wrote:
> Signed-off-by: Quentin Lee <lee.rhapsody@...il.com>
> ---
> drivers/staging/wlan-ng/hfa384x_usb.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c
> b/drivers/staging/wlan-ng/hfa384x_usb.c
> index 98343ff7..b87cd6b 100644
> --- a/drivers/staging/wlan-ng/hfa384x_usb.c
> +++ b/drivers/staging/wlan-ng/hfa384x_usb.c
> @@ -3533,7 +3533,6 @@ static void hfa384x_usbin_rx(wlandevice_t
> *wlandev, struct sk_buff *skb)
> }
>
> done:
> - return;
> }
That's a good thing to do, but it is not what you said you did up above
in the changelog entry.
Please make up 2 patches here, one to remove the unneeded return; lines,
and one to fix up the whitespace of variables.
thanks,
greg k-h
--
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