All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8192e: remove a blank line
@ 2019-04-10  0:27 Daniel Junho
  0 siblings, 0 replies; only message in thread
From: Daniel Junho @ 2019-04-10  0:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel, linux-kernel, lkcamp

Fix the checkpath error:
CHECK: Blank lines aren't necessary after an open brace '{'

Signed-off-by: Daniel Junho <djunho@gmail.com>
---
 drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c
index 467287ae6..b2ef3462e 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c
+++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c
@@ -20,7 +20,6 @@
 bool rtl92e_send_cmd_pkt(struct net_device *dev, u32 type, const void *data,
 			 u32 len)
 {
-
 	bool				rt_status = true;
 	struct r8192_priv *priv = rtllib_priv(dev);
 	u16				frag_length = 0, frag_offset = 0;
-- 
2.19.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-10  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10  0:27 [PATCH] staging: rtl8192e: remove a blank line Daniel Junho

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.