]> git.baikalelectronics.ru Git - kernel.git/commitdiff
staging: rtl8723bs: hal: Correct typos in comments
authorR Veera Kumar <vkor@vkten.in>
Fri, 20 Mar 2020 07:13:00 +0000 (12:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Mar 2020 14:07:45 +0000 (15:07 +0100)
Correct typos in comments.
Misspellings found using checkpatch.pl.

Signed-off-by: R Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/46d4e7cd66ec8d5bf7445201e10e3d50fe1c618e.1584687545.git.vkor@vkten.in
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/Hal8723BReg.h
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c

index ce02457922b7c62163016080e0fe5b21590b16b0..b9aca99478db67e720fedf0f2a94d34bc4f21037 100644 (file)
 #define        IMR_BCNDMAINT3_8723B            BIT23   /*  Beacon DMA Interrupt 3 */
 #define        IMR_BCNDMAINT2_8723B            BIT22   /*  Beacon DMA Interrupt 2 */
 #define        IMR_BCNDMAINT1_8723B            BIT21   /*  Beacon DMA Interrupt 1 */
-#define        IMR_BCNDOK7_8723B               BIT20   /*  Beacon Queue DMA OK Interrup 7 */
-#define        IMR_BCNDOK6_8723B               BIT19   /*  Beacon Queue DMA OK Interrup 6 */
-#define        IMR_BCNDOK5_8723B               BIT18   /*  Beacon Queue DMA OK Interrup 5 */
-#define        IMR_BCNDOK4_8723B               BIT17   /*  Beacon Queue DMA OK Interrup 4 */
-#define        IMR_BCNDOK3_8723B               BIT16   /*  Beacon Queue DMA OK Interrup 3 */
-#define        IMR_BCNDOK2_8723B               BIT15   /*  Beacon Queue DMA OK Interrup 2 */
-#define        IMR_BCNDOK1_8723B               BIT14   /*  Beacon Queue DMA OK Interrup 1 */
+#define        IMR_BCNDOK7_8723B               BIT20   /*  Beacon Queue DMA OK Interrupt 7 */
+#define        IMR_BCNDOK6_8723B               BIT19   /*  Beacon Queue DMA OK Interrupt 6 */
+#define        IMR_BCNDOK5_8723B               BIT18   /*  Beacon Queue DMA OK Interrupt 5 */
+#define        IMR_BCNDOK4_8723B               BIT17   /*  Beacon Queue DMA OK Interrupt 4 */
+#define        IMR_BCNDOK3_8723B               BIT16   /*  Beacon Queue DMA OK Interrupt 3 */
+#define        IMR_BCNDOK2_8723B               BIT15   /*  Beacon Queue DMA OK Interrupt 2 */
+#define        IMR_BCNDOK1_8723B               BIT14   /*  Beacon Queue DMA OK Interrupt 1 */
 #define        IMR_ATIMEND_E_8723B             BIT13   /*  ATIM Window End Extension for Win7 */
 #define        IMR_TXERR_8723B                 BIT11   /*  Tx Error Flag Interrupt Status, write 1 clear. */
 #define        IMR_RXERR_8723B                 BIT10   /*  Rx Error Flag INT Status, Write 1 clear */
index 11ddab1dce3b65f0fd3d0ee38f52aff8db78187c..fd2b74003faf0702c2f7a059561891069adf7b72 100644 (file)
@@ -824,7 +824,7 @@ static void ConstructProbeRsp(struct adapter *padapter, u8 *pframe, u32 *pLength
 #endif /*  CONFIG_AP_WOWLAN */
 
 /*
- * To check if reserved page content is destroyed by beacon beacuse beacon
+ * To check if reserved page content is destroyed by beacon because beacon
  * is too large.
  */
 /* 2010.06.23. Added by tynli. */
@@ -1420,10 +1420,10 @@ void rtl8723b_set_ap_wowlan_cmd(struct adapter *padapter, u8 enable)
  * Input:
  *
  * bDLFinished - false: At the first time we will send all the packets as
- * a large packet to Hw, so we need to set the packet length to total lengh.
+ * a large packet to Hw, so we need to set the packet length to total length.
  *
  * true: At the second time, we should send the first packet (default:beacon)
- * to Hw again and set the lengh in descriptor to the real beacon lengh.
+ * to Hw again and set the length in descriptor to the real beacon length.
  */
 /* 2009.10.15 by tynli. */
 static void rtl8723b_set_FwRsvdPagePkt(
@@ -1606,7 +1606,7 @@ static void rtl8723b_set_FwRsvdPagePkt(
 #ifdef CONFIG_GTK_OL
        BufIndex += (CurtPktPageNum*PageSize);
 
-       /* if the ap staion info. exists, get the kek, kck from staion info. */
+       /* if the ap station info. exists, get the kek, kck from station info. */
        psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv));
        if (!psta) {
                memset(kek, 0, RTW_KEK_LEN);
@@ -1805,10 +1805,10 @@ error:
  * Input: bDLFinished
  *
  * false: At the first time we will send all the packets as a large packet to
- * Hw, so we need to set the packet length to total lengh.
+ * Hw, so we need to set the packet length to total length.
  *
  * true: At the second time, we should send the first packet (default:beacon)
- * to Hw again and set the lengh in descriptor to the real beacon lengh.
+ * to Hw again and set the length in descriptor to the real beacon length.
  */
 /* 2009.10.15 by tynli. */
 static void rtl8723b_set_AP_FwRsvdPagePkt(