* [PATCH] Stagung: rtl8188eu: core: fixd comment coding style issue in rtw_xmit.c
@ 2017-07-17 20:53 ArminSchoenlieb
2017-07-18 6:17 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: ArminSchoenlieb @ 2017-07-17 20:53 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel, Armin Schoenlieb
From: Armin Schoenlieb <armetallica@gmail.com>
This is a patch to the rtw_xmit.c file that fixes up a comment/80 character warning found by the checkpatch.pl tool
Signed-off-by: Armin Schoenlieb <armetallica@gmail.com>
---
drivers/staging/rtl8188eu/core/rtw_xmit.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_xmit.c b/drivers/staging/rtl8188eu/core/rtw_xmit.c
index be2f46eb9f78..801f90f217fa 100644
--- a/drivers/staging/rtl8188eu/core/rtw_xmit.c
+++ b/drivers/staging/rtl8188eu/core/rtw_xmit.c
@@ -53,8 +53,10 @@ s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter)
u32 max_xmit_extbuf_size = MAX_XMIT_EXTBUF_SZ;
u32 num_xmit_extbuf = NR_XMIT_EXTBUFF;
-
- /* We don't need to memset padapter->XXX to zero, because adapter is allocated by vzalloc(). */
+ /*
+ * We don't need to memset padapter->XXX to zero,
+ * because adapter is allocated by vzalloc().
+ */
spin_lock_init(&pxmitpriv->lock);
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-18 6:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 20:53 [PATCH] Stagung: rtl8188eu: core: fixd comment coding style issue in rtw_xmit.c ArminSchoenlieb
2017-07-18 6:17 ` Greg KH
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.