[PATCH v3] Staging: rtl8188eu: fix Block comments warning found by checkpatch.

Victor Carvajal carva005 at gmail.com
Tue Oct 11 06:42:26 UTC 2016


Signed-off-by: Victor Carvajal <carva005 at gmail.com>
---
Changes in v3:
    - Be consistent with spacing before text against previous patch.
Changes in v2:
    - Be consistent with spacing before text.
---
 drivers/staging/rtl8188eu/include/rtw_event.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/rtl8188eu/include/rtw_event.h b/drivers/staging/rtl8188eu/include/rtw_event.h
index 11e048f..ff40809 100644
--- a/drivers/staging/rtl8188eu/include/rtw_event.h
+++ b/drivers/staging/rtl8188eu/include/rtw_event.h
@@ -43,10 +43,10 @@ struct surveydone_event {
  * Used to report the link result of joinning the given bss
  *
  *
- *join_res:
+ * join_res:
  * -1: authentication fail
- *-2: association fail
- *> 0: TID
+ * -2: association fail
+ * > 0: TID
  *
  */
 struct joinbss_event {
@@ -54,8 +54,8 @@ struct joinbss_event {
 };
 
 /*
- *Used to report a given STA has joinned the created BSS.
- *It is used in AP/Ad-HoC(M) mode.
+ * Used to report a given STA has joinned the created BSS.
+ * It is used in AP/Ad-HoC(M) mode.
  */
 
 struct stassoc_event {
-- 
2.7.4



More information about the devel mailing list