wl1251, wlcore: fix spelling mistake "buld" -> "build"
authorColin Ian King <colin.king@canonical.com>
Thu, 6 Aug 2020 11:33:26 +0000 (12:33 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 18 Aug 2020 12:50:31 +0000 (15:50 +0300)
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
drivers/net/wireless/ti/wl1251/main.c
drivers/net/wireless/ti/wlcore/cmd.c

index 480a8d0..136a0d3 100644 (file)
@@ -558,7 +558,7 @@ static int wl1251_build_null_data(struct wl1251 *wl)
 out:
        dev_kfree_skb(skb);
        if (ret)
-               wl1251_warning("cmd buld null data failed: %d", ret);
+               wl1251_warning("cmd build null data failed: %d", ret);
 
        return ret;
 }
index 6ef8fc9..93424a1 100644 (file)
@@ -1080,7 +1080,7 @@ int wl12xx_cmd_build_null_data(struct wl1271 *wl, struct wl12xx_vif *wlvif)
 out:
        dev_kfree_skb(skb);
        if (ret)
-               wl1271_warning("cmd buld null data failed %d", ret);
+               wl1271_warning("cmd build null data failed %d", ret);
 
        return ret;