]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8712: Fix spelling mistake in rtl8712_xmit.c
authorRoshan Khatri <topofeverest8848@gmail.com>
Tue, 21 May 2024 14:36:17 +0000 (20:21 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 11:35:01 +0000 (13:35 +0200)
codespell reported misspelled aggregation in rtl8712_xmit.c. This patch
corrects the spelling to increase code readability and searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240521143617.53139-1-topofeverest8848@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_xmit.c

index d7d678b04ca80fe97f62bad5ec619fd8f4d79101..12f2fdb1b3cbcc7c984e9eb2643e0972eed79184 100644 (file)
@@ -247,7 +247,7 @@ void r8712_construct_txaggr_cmd_desc(struct xmit_buf *pxmitbuf)
 {
        struct tx_desc *ptx_desc = (struct tx_desc *)pxmitbuf->pbuf;
 
-       /* Fill up TxCmd Descriptor according as USB FW Tx Aaggregation info.*/
+       /* Fill up TxCmd Descriptor according as USB FW Tx Aggregation info.*/
        /* dw0 */
        ptx_desc->txdw0 = cpu_to_le32(CMD_HDR_SZ & 0xffff);
        ptx_desc->txdw0 |=