]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wilc1000: fix a typo: "incative" -> "inactive"
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Jun 2017 10:46:40 +0000 (11:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 06:40:58 +0000 (08:40 +0200)
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>
drivers/staging/wilc1000/host_interface.c

index 2568dfc151819acd0806b7e6627d13e1334f7d25..7b620658ec3847fa7a1b4df0a3a7bd23c4e1c7a5 100644 (file)
@@ -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;
        }