diff mbox series

wl1251: Fix a typo ("boradcast")

Message ID 20230129124919.1305057-1-j.neuschaefer@gmx.net
State New
Headers show
Series wl1251: Fix a typo ("boradcast") | expand

Commit Message

Jonathan Neuschäfer Jan. 29, 2023, 12:49 p.m. UTC
It should be "broadcast".

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/net/wireless/ti/wl1251/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.39.0

Comments

Kalle Valo Feb. 13, 2023, 3:14 p.m. UTC | #1
Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:

> It should be "broadcast".
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Patch applied to wireless-next.git, thanks.

900cad6ef12e wifi: wl1251: Fix a typo ("boradcast")
diff mbox series

Patch

diff --git a/drivers/net/wireless/ti/wl1251/init.c b/drivers/net/wireless/ti/wl1251/init.c
index a19cce3a7e6f0..5663f197ea69f 100644
--- a/drivers/net/wireless/ti/wl1251/init.c
+++ b/drivers/net/wireless/ti/wl1251/init.c
@@ -373,7 +373,7 @@  int wl1251_hw_init(struct wl1251 *wl)
 	if (ret < 0)
 		goto out_free_data_path;

-	/* Beacons and boradcast settings */
+	/* Beacons and broadcast settings */
 	ret = wl1251_hw_init_beacon_broadcast(wl);
 	if (ret < 0)
 		goto out_free_data_path;