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

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.