Skip to content

Commit d7809bd

Browse files
Colin Ian KingKalle Valo
authored andcommitted
wcn36xx: fix spelling mistake "to" -> "too"
There is a spelling mistake in a wcn36xx_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent d92e8fa commit d7809bd

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/wcn36xx

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/wcn36xx/smd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ int wcn36xx_smd_send_beacon(struct wcn36xx *wcn, struct ieee80211_vif *vif,
16201620
msg_body.beacon_length6 = msg_body.beacon_length + 6;
16211621

16221622
if (msg_body.beacon_length > BEACON_TEMPLATE_SIZE) {
1623-
wcn36xx_err("Beacon is to big: beacon size=%d\n",
1623+
wcn36xx_err("Beacon is too big: beacon size=%d\n",
16241624
msg_body.beacon_length);
16251625
ret = -ENOMEM;
16261626
goto out;

0 commit comments

Comments
 (0)