]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: rtl8723bs: xmit: rephrase comment and drop extra space
authorAkiyoshi Kurita <weibu@redadmin.org>
Wed, 17 Sep 2025 06:37:29 +0000 (15:37 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Sep 2025 10:15:33 +0000 (12:15 +0200)
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>
drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c

index 842e19b534217ab72171bddf7d90935d85e251ba..abb6fdfe7e1fe0aedd25cfab6ab37b577374f9cb 100644 (file)
@@ -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;