diff mbox series

wcn36xx: rockchip: fix spelling mistake "to" -> "too"

Message ID 20200123005117.2833765-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit d7809bd9eae67b4252cbc4672431610227cbb729
Delegated to: Kalle Valo
Headers show
Series wcn36xx: rockchip: fix spelling mistake "to" -> "too" | expand

Commit Message

Colin King Jan. 23, 2020, 12:51 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a wcn36xx_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/ath/wcn36xx/smd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Jan. 26, 2020, 2:40 p.m. UTC | #1
Colin King <colin.king@canonical.com> wrote:

> 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>

Patch applied to ath-next branch of ath.git, thanks.

d7809bd9eae6 wcn36xx: fix spelling mistake "to" -> "too"
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/wcn36xx/smd.c b/drivers/net/wireless/ath/wcn36xx/smd.c
index 523550f94a3f..77269ac7f352 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;