Message ID | 20230129124919.1305057-1-j.neuschaefer@gmx.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 900cad6ef12e1cfacedddf125ba72386e33bc4a6 |
Delegated to: | Kalle Valo |
Headers | show |
Series | wl1251: Fix a typo ("boradcast") | expand |
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 --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;
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