Skip to content

Commit b76029b

Browse files
redadmin-orggregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e4cb566 commit b76029b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static s32 rtl8723_dequeue_writeport(struct adapter *padapter)
7676
/* check if hardware tx fifo page is enough */
7777
if (!rtw_hal_sdio_query_tx_freepage(pri_padapter, PageIdx, pxmitbuf->pg_num)) {
7878
if (!bUpdatePageNum) {
79-
/* Total number of page is NOT available, so update current FIFO status */
79+
/* Total page count is not available, so update current FIFO status */
8080
HalQueryTxBufferStatus8723BSdio(padapter);
8181
bUpdatePageNum = true;
8282
goto query_free_page;

0 commit comments

Comments
 (0)