mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
Staging: rtl8723bs: fix space before tab in rtl8723bs_xmit.c
Fixed a coding style issue - please, no space before tabs Signed-off-by: SeungJu Cheon <suunj1331@gmail.com> Link: https://patch.msgid.link/20251203163056.121915-1-suunj1331@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7ff9fc55d3
commit
a8e77db992
|
|
@ -146,7 +146,7 @@ s32 rtl8723bs_xmit_buf_handler(struct adapter *padapter)
|
|||
|
||||
do {
|
||||
queue_empty = rtl8723_dequeue_writeport(padapter);
|
||||
/* dump secondary adapter xmitbuf */
|
||||
/* dump secondary adapter xmitbuf */
|
||||
} while (!queue_empty);
|
||||
|
||||
rtw_unregister_tx_alive(padapter);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user