Skip to content

Commit 3f200da

Browse files
kangtegongintel-lab-lkp
authored andcommitted
staging: rtl8723bs: Fix coding style issue in block comment
This patch removes the following warning generated by checkpatch.pl WARNING: Block comments use * on subsequent lines torvalds#206: FILE: rtw_recv.c:206: +/* +signed int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) WARNING: Block comments use * on subsequent lines torvalds#216: FILE: rtw_recv.c:216: +/* +caller : defrag ; recvframe_chk_defrag in recv_thread (passive) Signed-off-by: Kang Minchul <[email protected]>
1 parent 9634b37 commit 3f200da

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

drivers/staging/rtl8723bs/core/rtw_recv.c

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -203,22 +203,12 @@ signed int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *q
203203
}
204204

205205
/*
206-
signed int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue)
207-
{
208-
return rtw_free_recvframe(precvframe, queue);
209-
}
210-
*/
211-
212-
213-
214-
215-
/*
216-
caller : defrag ; recvframe_chk_defrag in recv_thread (passive)
217-
pframequeue: defrag_queue : will be accessed in recv_thread (passive)
218-
219-
using spinlock to protect
220-
221-
*/
206+
* caller : defrag ; recvframe_chk_defrag in recv_thread (passive)
207+
* pframequeue: defrag_queue : will be accessed in recv_thread (passive)
208+
*
209+
* using spinlock to protect
210+
*
211+
*/
222212

223213
void rtw_free_recvframe_queue(struct __queue *pframequeue, struct __queue *pfree_recv_queue)
224214
{

0 commit comments

Comments
 (0)