From: Colin Ian King Date: Fri, 12 Oct 2018 15:05:32 +0000 (+0100) Subject: staging: rtl8723bs: fix spelling mistake "Abnrormal" -> "Abnormal" X-Git-Tag: v4.20-rc1~72^2~46 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=90b217a74be46f9a99eb053b886c63c1547477ef;p=users%2Fdwmw2%2Flinux.git staging: rtl8723bs: fix spelling mistake "Abnrormal" -> "Abnormal" Trivial fix to spelling mistake in message text Signed-off-by: Colin Ian King Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/hal/odm_DIG.c b/drivers/staging/rtl8723bs/hal/odm_DIG.c index a12fdce77eaee..4fa6cd315cf7d 100644 --- a/drivers/staging/rtl8723bs/hal/odm_DIG.c +++ b/drivers/staging/rtl8723bs/hal/odm_DIG.c @@ -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 ) );