]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: sdio: clarify OQT free page comment
authorAkiyoshi Kurita <weibu@redadmin.org>
Wed, 17 Sep 2025 12:42:21 +0000 (21:42 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:27 +0000 (09:09 +0200)
Clarify the comment above HalQueryTxBufferStatus8723BSdio() to use
"TX OQT free page count" wording consistent with SDIO_REG_OQT_FREE_PG.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Link: https://lore.kernel.org/r/20250917124221.1466298-1-weibu@redadmin.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c

index 8736c124f8574bd79d72f853add8fdfb78b8f875..0ee50b4a114919c65eb07c5b1feb353cd2811bec 100644 (file)
@@ -997,10 +997,7 @@ u8 HalQueryTxBufferStatus8723BSdio(struct adapter *adapter)
        return true;
 }
 
-/*  */
-/*     Description: */
-/*             Query SDIO Local register to get the current number of TX OQT Free Space. */
-/*  */
+/* Read the TX OQT free page count from the SDIO local register. */
 void HalQueryTxOQTBufferStatus8723BSdio(struct adapter *adapter)
 {
        struct hal_com_data *haldata = GET_HAL_DATA(adapter);