mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 18:37:58 -04:00
staging: wilc1000: fix typos in PRINT_ERR()
Fix typo "packe" to "packet". Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
03b2d5e750
commit
83cc9be5eb
@@ -3688,7 +3688,7 @@ static void Handle_DelAllSta(void *drvHandler, tstrHostIFDelAllSta *pstrDelAllSt
|
||||
s32Error = SendConfigPkt(SET_CFG, &strWID, 1, true, (u32)pstrWFIDrv);
|
||||
if (s32Error) {
|
||||
|
||||
PRINT_ER("Failed to send add station config packe\n");
|
||||
PRINT_ER("Failed to send add station config packet\n");
|
||||
WILC_ERRORREPORT(s32Error, WILC_FAIL);
|
||||
}
|
||||
|
||||
@@ -3735,7 +3735,7 @@ static void Handle_DelStation(void *drvHandler, tstrHostIFDelSta *pstrDelStaPara
|
||||
s32Error = SendConfigPkt(SET_CFG, &strWID, 1, false, (u32)pstrWFIDrv);
|
||||
if (s32Error) {
|
||||
|
||||
PRINT_ER("Failed to send add station config packe\n");
|
||||
PRINT_ER("Failed to send add station config packet\n");
|
||||
WILC_ERRORREPORT(s32Error, WILC_FAIL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user