summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
diff options
context:
space:
mode:
authorColin Ian King2017-06-30 12:46:40 +0200
committerGreg Kroah-Hartman2017-07-16 08:40:58 +0200
commita511a358fd48fc8ce5af750aad41426ca628ef29 (patch)
tree2616deccaabffe49172cc7f7e8607f3ca0ea8755 /drivers/staging/wilc1000
parentstaging: wilc1000: Neaten refresh_scan - remove always 1 argument (diff)
downloadkernel-qcow2-linux-a511a358fd48fc8ce5af750aad41426ca628ef29.tar.gz
kernel-qcow2-linux-a511a358fd48fc8ce5af750aad41426ca628ef29.tar.xz
kernel-qcow2-linux-a511a358fd48fc8ce5af750aad41426ca628ef29.zip
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>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r--drivers/staging/wilc1000/host_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index 2568dfc15181..7b620658ec38 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -1963,7 +1963,7 @@ static s32 Handle_Get_InActiveTime(struct wilc_vif *vif,
wilc_get_vif_idx(vif));
if (result) {
- netdev_err(vif->ndev, "Failed to SET incative time\n");
+ netdev_err(vif->ndev, "Failed to SET inactive time\n");
return -EFAULT;
}
@@ -1976,7 +1976,7 @@ static s32 Handle_Get_InActiveTime(struct wilc_vif *vif,
wilc_get_vif_idx(vif));
if (result) {
- netdev_err(vif->ndev, "Failed to get incative time\n");
+ netdev_err(vif->ndev, "Failed to get inactive time\n");
return -EFAULT;
}