Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a511a358 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d4e25108
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
	}