Commit c4199169 authored by Simon Fong's avatar Simon Fong Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: core: Fix WARNING of Block comments



Fixed a WARNING of Block comments use * on subsequent lines.

Signed-off-by: default avatarSimon Fong <simon.fodin@gmail.com>
Link: https://lore.kernel.org/r/20200630022228.GA580@simon-pc


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2ad4ba07
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -155,11 +155,11 @@ int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue)
}

/*
caller : defrag ; recvframe_chk_defrag in recv_thread  (passive)
pframequeue: defrag_queue : will be accessed in recv_thread  (passive)

using spinlock to protect

 * caller : defrag ; recvframe_chk_defrag in recv_thread  (passive)
 * pframequeue: defrag_queue : will be accessed in recv_thread  (passive)
 *
 * using spinlock to protect
 *
 */

void rtw_free_recvframe_queue(struct __queue *pframequeue,  struct __queue *pfree_recv_queue)