From 5159b05a43e41dcfa577331d0f5df32b75e65128 Mon Sep 17 00:00:00 2001 From: Roshan Khatri Date: Thu, 5 Sep 2024 19:30:36 +0545 Subject: [PATCH] staging: rtl8723bs: include: Fix spelling mistake in rtw_event.h This patch fixes spelling mistake to increase code readability and searching. Signed-off-by: Roshan Khatri Link: https://lore.kernel.org/r/20240905134536.4364-1-topofeverest8848@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/include/rtw_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/include/rtw_event.h b/drivers/staging/rtl8723bs/include/rtw_event.h index d48bae5416fe..62e0dec249ad 100644 --- a/drivers/staging/rtl8723bs/include/rtw_event.h +++ b/drivers/staging/rtl8723bs/include/rtw_event.h @@ -28,7 +28,7 @@ struct surveydone_event { }; /* -Used to report the link result of joinning the given bss +Used to report the link result of joining the given bss join_res: -- 2.50.1