mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 23:33:01 -04:00
staging: wilc1000: spelling corrections
This patch fixes spelling warnings generated by checkpatch.pl Signed-off-by: Roger H. Newell <newell.roger@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5343c7bb0a
commit
bb6b03de3f
@@ -543,7 +543,7 @@ static s32 handle_cfg_param(struct wilc_vif *vif,
|
||||
wid_list[wid_cnt].size = sizeof(char);
|
||||
hif_drv->cfg_values.power_mgmt_mode = (u8)cfg_param_attr->cfg_attr_info.power_mgmt_mode;
|
||||
} else {
|
||||
PRINT_ER("Invalide power mode\n");
|
||||
PRINT_ER("Invalid power mode\n");
|
||||
result = -EINVAL;
|
||||
goto ERRORHANDLER;
|
||||
}
|
||||
@@ -881,7 +881,7 @@ static s32 Handle_Scan(struct wilc_vif *vif,
|
||||
wilc_get_vif_idx(vif));
|
||||
|
||||
if (result)
|
||||
PRINT_ER("Failed to send scan paramters config packet\n");
|
||||
PRINT_ER("Failed to send scan parameters config packet\n");
|
||||
|
||||
ERRORHANDLER:
|
||||
if (result) {
|
||||
@@ -2081,7 +2081,7 @@ static s32 Handle_GetStatistics(struct wilc_vif *vif,
|
||||
wilc_get_vif_idx(vif));
|
||||
|
||||
if (result)
|
||||
PRINT_ER("Failed to send scan paramters config packet\n");
|
||||
PRINT_ER("Failed to send scan parameters config packet\n");
|
||||
|
||||
if (pstrStatistics->link_speed > TCP_ACK_FILTER_LINK_SPEED_THRESH &&
|
||||
pstrStatistics->link_speed != DEFAULT_LINK_SPEED)
|
||||
|
||||
Reference in New Issue
Block a user