All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8188eu: removed blank lines coding style problem
@ 2017-03-13  7:00 Andrii
  2017-03-14  0:03 ` Greg KH
  2017-03-14  9:29 ` Andrii Vladyka
  0 siblings, 2 replies; 3+ messages in thread
From: Andrii @ 2017-03-13  7:00 UTC (permalink / raw)
  To: gregkh; +Cc: insafonov, anchalj109, scott, kyle.kuffermann, devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Fix 'multiple blank lines' coding style problem reported by
checkpatch.pl.

Signed-off-by: Andrii Vladyka <tulup@mail.ru>

[-- Attachment #2: rtw_ap.c.patch --]
[-- Type: text/x-patch, Size: 460 bytes --]

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index 255c30e..3fa6af2 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -30,7 +30,6 @@ void init_mlme_ap_info(struct adapter *padapter)
 	struct sta_priv *pstapriv = &padapter->stapriv;
 	struct wlan_acl_pool *pacl_list = &pstapriv->acl_list;
 
-
 	spin_lock_init(&pmlmepriv->bcn_update_lock);
 
 	/* for ACL */

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

* Re: [PATCH] staging: rtl8188eu: removed blank lines coding style problem
  2017-03-13  7:00 [PATCH] staging: rtl8188eu: removed blank lines coding style problem Andrii
@ 2017-03-14  0:03 ` Greg KH
  2017-03-14  9:29 ` Andrii Vladyka
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2017-03-14  0:03 UTC (permalink / raw)
  To: Andrii; +Cc: devel, insafonov, anchalj109, scott, kyle.kuffermann, linux-kernel

On Mon, Mar 13, 2017 at 09:00:49AM +0200, Andrii wrote:
> Fix 'multiple blank lines' coding style problem reported by
> checkpatch.pl.
> 
> Signed-off-by: Andrii Vladyka <tulup@mail.ru>

Your From: name didn't match up with your signed-off-by: name here :(

Please fix up and resend.

thanks,

greg k-h

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

* [PATCH] staging: rtl8188eu: removed blank lines coding style problem
  2017-03-13  7:00 [PATCH] staging: rtl8188eu: removed blank lines coding style problem Andrii
  2017-03-14  0:03 ` Greg KH
@ 2017-03-14  9:29 ` Andrii Vladyka
  1 sibling, 0 replies; 3+ messages in thread
From: Andrii Vladyka @ 2017-03-14  9:29 UTC (permalink / raw)
  To: gregkh; +Cc: insafonov, anchalj109, scott, kyle.kuffermann, devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Fix 'multiple blank lines' coding style problem reported by checkpatch.pl.

Signed-off-by: Andrii Vladyka <tulup@mail.ru>

[-- Attachment #2: rtw_ap.c.patch --]
[-- Type: text/x-patch, Size: 460 bytes --]

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index 255c30e..3fa6af2 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -30,7 +30,6 @@ void init_mlme_ap_info(struct adapter *padapter)
 	struct sta_priv *pstapriv = &padapter->stapriv;
 	struct wlan_acl_pool *pacl_list = &pstapriv->acl_list;
 
-
 	spin_lock_init(&pmlmepriv->bcn_update_lock);
 
 	/* for ACL */

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

end of thread, other threads:[~2017-03-14  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13  7:00 [PATCH] staging: rtl8188eu: removed blank lines coding style problem Andrii
2017-03-14  0:03 ` Greg KH
2017-03-14  9:29 ` Andrii Vladyka

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.