staging: r8188eu: correct misspelling in comment 'tppe' -> 'type'
authorRebecca Mckeever <remckee0@gmail.com>
Wed, 6 Apr 2022 08:30:59 +0000 (03:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Apr 2022 17:52:12 +0000 (19:52 +0200)
Correct spelling typo.

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Rebecca Mckeever <remckee0@gmail.com>
Link: https://lore.kernel.org/r/edaab7d38893e4f1cbb3c281b617c74fa91f0fe7.1649233201.git.remckee0@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_cmd.c

index 4535208fdd3d7e2175656164755cb553f117811f..6160b5fef4ee57c7343ecf240da4b85f3728eba0 100644 (file)
@@ -1162,7 +1162,7 @@ u8 p2p_protocol_wk_cmd(struct adapter *padapter, int intCmdType)
        }
 
        pdrvextra_cmd_parm->ec_id = P2P_PROTO_WK_CID;
-       pdrvextra_cmd_parm->type_size = intCmdType;     /*      As the command tppe. */
+       pdrvextra_cmd_parm->type_size = intCmdType;     /*      As the command type. */
        pdrvextra_cmd_parm->pbuf = NULL;                /*      Must be NULL here */
 
        init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra));