mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 18:41:23 +00:00
staging: rtl8723bs: fix spelling mistake "Abnrormal" -> "Abnormal"
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>
This commit is contained in:
parent
54da60beab
commit
90b217a74b
@ -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
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user