]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8723bs: fix spelling mistakes: "dismatch" and "Inviation"
authorColin Ian King <colin.king@canonical.com>
Mon, 30 Apr 2018 15:53:47 +0000 (16:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 01:55:05 +0000 (18:55 -0700)
Trivial fix to spelling mistakes in message text and comments

"dismatch" -> "mismatch"
"Inviation" -> "Invitation"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c
drivers/staging/rtl8723bs/include/wifi.h

index 33610d39333f3555091ef6edebd7abf4f83a41f7..828bc0d045a04f5541f357313f97a360e3a8c766 100644 (file)
@@ -2198,7 +2198,7 @@ static void halbtc8723b2ant_TdmaDurationAdjust(
                        BTC_MSG_ALGORITHM,
                        ALGO_TRACE_FW_DETAIL,
                        (
-                               "[BTCoex], PsTdma type dismatch!!!, curPsTdma =%d, recordPsTdma =%d\n",
+                               "[BTCoex], PsTdma type mismatch!!!, curPsTdma =%d, recordPsTdma =%d\n",
                                pCoexDm->curPsTdma,
                                pCoexDm->psTdmaDuAdjType
                        )
index 530d698f50d972d3c8037d696a233cc104039111..d53a4483ea9f095a985d771fba90114cf6b7d156 100644 (file)
@@ -976,7 +976,7 @@ enum HT_CAP_AMPDU_FACTOR {
 #define        P2P_STATUS_FAIL_INCOMPATIBLE_PROVSION   0x0A
 #define        P2P_STATUS_FAIL_USER_REJECT                             0x0B
 
-/*     Value of Inviation Flags Attribute */
+/*     Value of Invitation Flags Attribute */
 #define        P2P_INVITATION_FLAGS_PERSISTENT                 BIT(0)
 
 #define        DMP_P2P_DEVCAP_SUPPORT  (P2P_DEVCAP_SERVICE_DISCOVERY | \
@@ -1082,15 +1082,15 @@ enum P2P_STATE {
        P2P_STATE_GONEGO_ING = 9,                                               /*      Doing the group owner negoitation handshake */
        P2P_STATE_GONEGO_OK = 10,                                               /*      finish the group negoitation handshake with success */
        P2P_STATE_GONEGO_FAIL = 11,                                     /*      finish the group negoitation handshake with failure */
-       P2P_STATE_RECV_INVITE_REQ_MATCH = 12,           /*      receiving the P2P Inviation request and match with the profile. */
+       P2P_STATE_RECV_INVITE_REQ_MATCH = 12,           /*      receiving the P2P Invitation request and match with the profile. */
        P2P_STATE_PROVISIONING_ING = 13,                                /*      Doing the P2P WPS */
        P2P_STATE_PROVISIONING_DONE = 14,                       /*      Finish the P2P WPS */
        P2P_STATE_TX_INVITE_REQ = 15,                                   /*      Transmit the P2P Invitation request */
        P2P_STATE_RX_INVITE_RESP_OK = 16,                               /*      Receiving the P2P Invitation response */
-       P2P_STATE_RECV_INVITE_REQ_DISMATCH = 17,        /*      receiving the P2P Inviation request and dismatch with the profile. */
-       P2P_STATE_RECV_INVITE_REQ_GO = 18,                      /*      receiving the P2P Inviation request and this wifi is GO. */
-       P2P_STATE_RECV_INVITE_REQ_JOIN = 19,                    /*      receiving the P2P Inviation request to join an existing P2P Group. */
-       P2P_STATE_RX_INVITE_RESP_FAIL = 20,                     /*      recveing the P2P Inviation response with failure */
+       P2P_STATE_RECV_INVITE_REQ_DISMATCH = 17,        /*      receiving the P2P Invitation request and mismatch with the profile. */
+       P2P_STATE_RECV_INVITE_REQ_GO = 18,                      /*      receiving the P2P Invitation request and this wifi is GO. */
+       P2P_STATE_RECV_INVITE_REQ_JOIN = 19,                    /*      receiving the P2P Invitation request to join an existing P2P Group. */
+       P2P_STATE_RX_INVITE_RESP_FAIL = 20,                     /*      recveing the P2P Invitation response with failure */
        P2P_STATE_RX_INFOR_NOREADY = 21,                        /*  receiving p2p negoitation response with information is not available */
        P2P_STATE_TX_INFOR_NOREADY = 22,                        /*  sending p2p negoitation response with information is not available */
 };