All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wlan-ng/hfa384x_usb.c: add blank line after declarations
@ 2014-06-27 11:42 Cheng-Wei Lee
  0 siblings, 0 replies; 5+ messages in thread
From: Cheng-Wei Lee @ 2014-06-27 11:42 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sherif Shehab Aldin, Avinash Kumar,
	Peter Senna Tschudin
  Cc: devel, linux-kernel

This patch fixes the following checkpatch.pl issues in hfa384x_usb.c:
WARNING: Missing a blank line after declarations

Signed-off-by: Quentin Lee <lee.rhapsody@gmail.com>
---
 drivers/staging/wlan-ng/hfa384x_usb.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c
b/drivers/staging/wlan-ng/hfa384x_usb.c
index 98343ff7..07cee56 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -3705,6 +3705,7 @@ static void hfa384x_usbout_callback(struct urb *urb)
 		case -EPIPE:
 			{
 				hfa384x_t *hw = wlandev->priv;
+
 				netdev_warn(hw->wlandev->netdev,
 					    "%s tx pipe stalled: requesting reset\n",
 					    wlandev->netdev->name);
-- 
1.7.9.5

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

* Re: [PATCH] staging: wlan-ng/hfa384x_usb.c: add blank line after declarations
  2014-06-26 14:43 Cheng-Wei Lee
@ 2014-06-27  1:08 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2014-06-27  1:08 UTC (permalink / raw)
  To: Cheng-Wei Lee
  Cc: Sherif Shehab Aldin, Avinash Kumar, Peter Senna Tschudin, devel,
	linux-kernel

On Thu, Jun 26, 2014 at 10:43:55PM +0800, Cheng-Wei Lee wrote:
> This patch fixes the following checkpatch.pl issues in hfa384x_usb.c:
> WARNING: Missing a blank line after declarations
> 
> Signed-off-by: Quentin Lee <lee.rhapsody@gmail.com>
> ---
>  drivers/staging/wlan-ng/hfa384x_usb.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c
> b/drivers/staging/wlan-ng/hfa384x_usb.c
> index 98343ff7..07cee56 100644
> --- a/drivers/staging/wlan-ng/hfa384x_usb.c
> +++ b/drivers/staging/wlan-ng/hfa384x_usb.c
> @@ -3705,6 +3705,7 @@ static void hfa384x_usbout_callback(struct urb *urb)
>  		case -EPIPE:
>  			{
>  				hfa384x_t *hw = wlandev->priv;
> +
>  				netdev_warn(hw->wlandev->netdev,
>  					    "%s tx pipe stalled: requesting reset\n",
>  					    wlandev->netdev->name);
> -- 
> 1.7.9.5

You have sent a bunch of patches, and no "version" information as to
which ones to apply and which ones superseed others.

So I've deleted them all from my inbox, can you please resend the proper
ones that you wish to have applied?

thanks,

greg k-h

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

* [PATCH] staging: wlan-ng/hfa384x_usb.c: add blank line after declarations
@ 2014-06-26 14:43 Cheng-Wei Lee
  2014-06-27  1:08 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Cheng-Wei Lee @ 2014-06-26 14:43 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sherif Shehab Aldin, Avinash Kumar,
	Peter Senna Tschudin
  Cc: devel, linux-kernel

This patch fixes the following checkpatch.pl issues in hfa384x_usb.c:
WARNING: Missing a blank line after declarations

Signed-off-by: Quentin Lee <lee.rhapsody@gmail.com>
---
 drivers/staging/wlan-ng/hfa384x_usb.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c
b/drivers/staging/wlan-ng/hfa384x_usb.c
index 98343ff7..07cee56 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -3705,6 +3705,7 @@ static void hfa384x_usbout_callback(struct urb *urb)
 		case -EPIPE:
 			{
 				hfa384x_t *hw = wlandev->priv;
+
 				netdev_warn(hw->wlandev->netdev,
 					    "%s tx pipe stalled: requesting reset\n",
 					    wlandev->netdev->name);
-- 
1.7.9.5

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

* Re: [PATCH] staging: wlan-ng/hfa384x_usb.c: add blank line after declarations
  2014-06-26  1:55 Cheng-Wei Lee
@ 2014-06-26  2:07 ` Joe Perches
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2014-06-26  2:07 UTC (permalink / raw)
  To: Cheng-Wei Lee
  Cc: Greg Kroah-Hartman, Sherif Shehab Aldin, Avinash Kumar,
	Peter Senna Tschudin, devel, linux-kernel

On Thu, 2014-06-26 at 09:55 +0800, Cheng-Wei Lee wrote:
> This patch fixes the following checkpatch.pl issues in hfa384x_usb.c:
> WARNING: Missing a blank line after declarations

This time you've got the right subject, and right type of content,
but unfortunately, the content is wrapped and can't be applied.

Please read Documentation/email-clients.txt
and resubmit.

> diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c
> b/drivers/staging/wlan-ng/hfa384x_usb.c
> index 98343ff7..07cee56 100644
> --- a/drivers/staging/wlan-ng/hfa384x_usb.c
> +++ b/drivers/staging/wlan-ng/hfa384x_usb.c
> @@ -3705,6 +3705,7 @@ static void hfa384x_usbout_callback(struct urb *urb)
>                 case -EPIPE:
>                         {
>                                 hfa384x_t *hw = wlandev->priv;
> +
>                                 netdev_warn(hw->wlandev->netdev,
>                                             "%s tx pipe stalled:
> requesting reset\n",
>                                             wlandev->netdev->name);
> --



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

* [PATCH] staging: wlan-ng/hfa384x_usb.c: add blank line after declarations
@ 2014-06-26  1:55 Cheng-Wei Lee
  2014-06-26  2:07 ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Cheng-Wei Lee @ 2014-06-26  1:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sherif Shehab Aldin, Avinash Kumar,
	Peter Senna Tschudin
  Cc: devel, linux-kernel

This patch fixes the following checkpatch.pl issues in hfa384x_usb.c:
WARNING: Missing a blank line after declarations

Signed-off-by: Quentin Lee <lee.rhapsody@gmail.com>
---
 drivers/staging/wlan-ng/hfa384x_usb.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c
b/drivers/staging/wlan-ng/hfa384x_usb.c
index 98343ff7..07cee56 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -3705,6 +3705,7 @@ static void hfa384x_usbout_callback(struct urb *urb)
                case -EPIPE:
                        {
                                hfa384x_t *hw = wlandev->priv;
+
                                netdev_warn(hw->wlandev->netdev,
                                            "%s tx pipe stalled:
requesting reset\n",
                                            wlandev->netdev->name);
--
1.7.9.5

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

end of thread, other threads:[~2014-06-27 11:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-27 11:42 [PATCH] staging: wlan-ng/hfa384x_usb.c: add blank line after declarations Cheng-Wei Lee
  -- strict thread matches above, loose matches on Subject: below --
2014-06-26 14:43 Cheng-Wei Lee
2014-06-27  1:08 ` Greg Kroah-Hartman
2014-06-26  1:55 Cheng-Wei Lee
2014-06-26  2:07 ` Joe Perches

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.