]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - drivers/staging/rt2860/common/cmm_sanity.c
Fix common misspellings
[thirdparty/kernel/linux.git] / drivers / staging / rt2860 / common / cmm_sanity.c
index 6b003c9034449b2c5c0346dab7a7e97adf41c17b..3bfb4ad00c1ab2c0663998c9f25646fe89847fc2 100644 (file)
@@ -67,7 +67,7 @@ BOOLEAN MlmeAddBAReqSanity(struct rt_rtmp_adapter *pAd,
 
        if ((MsgLen != sizeof(struct rt_mlme_addba_req))) {
                DBGPRINT(RT_DEBUG_TRACE,
-                        ("MlmeAddBAReqSanity fail - message lenght not correct.\n"));
+                        ("MlmeAddBAReqSanity fail - message length not correct.\n"));
                return FALSE;
        }
 
@@ -104,7 +104,7 @@ BOOLEAN MlmeDelBAReqSanity(struct rt_rtmp_adapter *pAd, void * Msg, unsigned lon
 
        if ((MsgLen != sizeof(struct rt_mlme_delba_req))) {
                DBGPRINT(RT_DEBUG_ERROR,
-                        ("MlmeDelBAReqSanity fail - message lenght not correct.\n"));
+                        ("MlmeDelBAReqSanity fail - message length not correct.\n"));
                return FALSE;
        }