OSDN Git Service

wcn36xx: fix spelling mistake "to" -> "too"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jan 2020 00:51:17 +0000 (00:51 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 26 Jan 2020 14:40:19 +0000 (16:40 +0200)
There is a spelling mistake in a wcn36xx_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wcn36xx/smd.c

index 523550f..77269ac 100644 (file)
@@ -1620,7 +1620,7 @@ int wcn36xx_smd_send_beacon(struct wcn36xx *wcn, struct ieee80211_vif *vif,
        msg_body.beacon_length6 = msg_body.beacon_length + 6;
 
        if (msg_body.beacon_length > BEACON_TEMPLATE_SIZE) {
-               wcn36xx_err("Beacon is to big: beacon size=%d\n",
+               wcn36xx_err("Beacon is too big: beacon size=%d\n",
                              msg_body.beacon_length);
                ret = -ENOMEM;
                goto out;