mirror of https://gitee.com/openkylin/linux.git
staging: wilc1000: fix a typo: "incative" -> "inactive"
Trivial fix to typos in netdev_err error messages. I should have spotted this in a previous round of spelling mistake checks on this driver but this one slipped through. 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
d4e25108bb
commit
a511a358fd
|
@ -1963,7 +1963,7 @@ static s32 Handle_Get_InActiveTime(struct wilc_vif *vif,
|
||||||
wilc_get_vif_idx(vif));
|
wilc_get_vif_idx(vif));
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
netdev_err(vif->ndev, "Failed to SET incative time\n");
|
netdev_err(vif->ndev, "Failed to SET inactive time\n");
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1976,7 +1976,7 @@ static s32 Handle_Get_InActiveTime(struct wilc_vif *vif,
|
||||||
wilc_get_vif_idx(vif));
|
wilc_get_vif_idx(vif));
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
netdev_err(vif->ndev, "Failed to get incative time\n");
|
netdev_err(vif->ndev, "Failed to get inactive time\n");
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue