]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: Fix coding style issue in block comment
authorKang Minchul <tegongkang@gmail.com>
Mon, 19 Sep 2022 13:34:08 +0000 (22:34 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 11:02:29 +0000 (13:02 +0200)
commit1b60e62025b304ced8f1f0dd11ec78fb0ec237eb
treeb6c5536af5d2503be64cc5bb252ac1677c69d7f1
parentaf033cf72738d527b9501e5a2ed38cd70692a4e1
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
  #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
  #216: FILE: rtw_recv.c:216:
  +/*
  +caller : defrag ; recvframe_chk_defrag in recv_thread  (passive)

Signed-off-by: Kang Minchul <tegongkang@gmail.com>
Link: https://lore.kernel.org/r/20220919133408.3271462-1-tegongkang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c