mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
staging: rtl8723bs: xmit: rephrase comment and drop extra space
Rephrase the comment to avoid the "number of" construction and remove an extra leading space. Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org> Link: https://lore.kernel.org/r/20250917063729.1450525-1-weibu@redadmin.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e4cb566521
commit
b76029bdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ query_free_page:
|
|||
/* check if hardware tx fifo page is enough */
|
||||
if (!rtw_hal_sdio_query_tx_freepage(pri_padapter, PageIdx, pxmitbuf->pg_num)) {
|
||||
if (!bUpdatePageNum) {
|
||||
/* Total number of page is NOT available, so update current FIFO status */
|
||||
/* Total page count is not available, so update current FIFO status */
|
||||
HalQueryTxBufferStatus8723BSdio(padapter);
|
||||
bUpdatePageNum = true;
|
||||
goto query_free_page;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue