[PATCH v2] staging: rtl8712: Fix spelling mistake in rtl871x_event.h

Roshan Khatri posted 1 patch 1 year, 8 months ago
There is a newer version of this series
drivers/staging/rtl8712/rtl871x_event.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] staging: rtl8712: Fix spelling mistake in rtl871x_event.h
Posted by Roshan Khatri 1 year, 8 months ago
codespell reported misspelled joining in rtl871x_event.h. Correcting the
misspelled word improves readbility and helps in searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
---
v2:
 - Changed "mistakes" to "mistake" in the patch title as suggested by Philipp
 - Updated the patch description to reflect why this change is important
   as suggested by Philipp
v1: https://lore.kernel.org/all/20240520064750.48912-1-topofeverest8848@gmail.com/

 drivers/staging/rtl8712/rtl871x_event.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/rtl871x_event.h b/drivers/staging/rtl8712/rtl871x_event.h
index 759a2d27d8f2..0cc780cf4341 100644
--- a/drivers/staging/rtl8712/rtl871x_event.h
+++ b/drivers/staging/rtl8712/rtl871x_event.h
@@ -37,7 +37,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:
  *  -1: authentication fail
  *  -2: association fail
-- 
2.34.1