wl1251, wlcore: fix spelling mistake "buld" -> "build"
There are spelling mistakes in warning messages. Fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200806113326.53779-1-colin.king@canonical.com
This commit is contained in:
committed by
Kalle Valo
parent
9c9f015bc9
commit
db8655c629
@@ -558,7 +558,7 @@ static int wl1251_build_null_data(struct wl1251 *wl)
|
|||||||
out:
|
out:
|
||||||
dev_kfree_skb(skb);
|
dev_kfree_skb(skb);
|
||||||
if (ret)
|
if (ret)
|
||||||
wl1251_warning("cmd buld null data failed: %d", ret);
|
wl1251_warning("cmd build null data failed: %d", ret);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1080,7 +1080,7 @@ int wl12xx_cmd_build_null_data(struct wl1271 *wl, struct wl12xx_vif *wlvif)
|
|||||||
out:
|
out:
|
||||||
dev_kfree_skb(skb);
|
dev_kfree_skb(skb);
|
||||||
if (ret)
|
if (ret)
|
||||||
wl1271_warning("cmd buld null data failed %d", ret);
|
wl1271_warning("cmd build null data failed %d", ret);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user