From: Colin Ian King Date: Thu, 23 Jan 2020 00:51:17 +0000 (+0000) Subject: wcn36xx: fix spelling mistake "to" -> "too" X-Git-Tag: v5.15~4637^2~11^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7809bd9eae67b4252cbc4672431610227cbb729;p=platform%2Fkernel%2Flinux-starfive.git wcn36xx: fix spelling mistake "to" -> "too" There is a spelling mistake in a wcn36xx_err message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/wcn36xx/smd.c b/drivers/net/wireless/ath/wcn36xx/smd.c index 523550f..77269ac 100644 --- a/drivers/net/wireless/ath/wcn36xx/smd.c +++ b/drivers/net/wireless/ath/wcn36xx/smd.c @@ -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;