]> www.infradead.org Git - users/willy/xarray.git/commitdiff
staging: rtl8723bs: fix spelling mistake "Abnrormal" -> "Abnormal"
authorColin Ian King <colin.king@canonical.com>
Fri, 12 Oct 2018 15:05:32 +0000 (16:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Oct 2018 11:29:34 +0000 (13:29 +0200)
Trivial fix to spelling mistake in message text

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

index a12fdce77eaee057af62019e1476ca3d502ac50a..4fa6cd315cf7dd9ade675a0e624550eb8c2811a8 100644 (file)
@@ -655,7 +655,7 @@ void odm_DIG(void *pDM_VOID)
                                ODM_COMP_DIG,
                                ODM_DBG_LOUD,
                                (
-                                       "odm_DIG(): Abnrormal #beacon (%d) case in STA mode: Force lower bound to 0x%x !!!!!!\n\n",
+                                       "odm_DIG(): Abnormal #beacon (%d) case in STA mode: Force lower bound to 0x%x !!!!!!\n\n",
                                        pDM_Odm->PhyDbgInfo.NumQryBeaconPkt,
                                        pDM_DigTable->rx_gain_range_min
                                )
@@ -671,7 +671,7 @@ void odm_DIG(void *pDM_VOID)
                        ODM_COMP_DIG,
                        ODM_DBG_LOUD,
                        (
-                               "odm_DIG(): Abnrormal lower bound case: Force lower bound to 0x%x !!!!!!\n\n",
+                               "odm_DIG(): Abnormal lower bound case: Force lower bound to 0x%x !!!!!!\n\n",
                                pDM_DigTable->rx_gain_range_min
                        )
                );