On Sun, Oct 09, 2016 at 09:58:45PM -0700, victor carvajal wrote:
> WARNING: Block comments use * on subsequent lines
> 
> Signed-off-by: victor carvajal <carva...@gmail.com>
> ---
>  drivers/staging/rtl8188eu/include/rtw_event.h | 39 
> +++++++++++++--------------
>  1 file changed, 19 insertions(+), 20 deletions(-)
> 
> diff --git a/drivers/staging/rtl8188eu/include/rtw_event.h 
> b/drivers/staging/rtl8188eu/include/rtw_event.h
> index df68948..11e048f 100644
> --- a/drivers/staging/rtl8188eu/include/rtw_event.h
> +++ b/drivers/staging/rtl8188eu/include/rtw_event.h
> @@ -22,42 +22,41 @@
>  #include <linux/sem.h>
>  
>  /*
> -Used to report a bss has been scanned
> -*/
> + * Used to report a bss has been scanned
> + */
>  struct survey_event  {
>       struct wlan_bssid_ex bss;
>  };
>  
>  /*
> -Used to report that the requested site survey has been done.
> -
> -bss_cnt indicates the number of bss that has been reported.
> -
> -
> -*/
> + *   Used to report that the requested site survey has been done.
> + *
> + * bss_cnt indicates the number of bss that has been reported.
> + *
> + */
>  struct surveydone_event {
>       unsigned int    bss_cnt;
>  
>  };
>  
>  /*
> -Used to report the link result of joinning the given bss
> -
> -
> -join_res:
> --1: authentication fail
> --2: association fail
> -> 0: TID
> -
> -*/
> + * Used to report the link result of joinning the given bss
> + *
> + *
> + *join_res:
> + * -1: authentication fail
> + *-2: association fail
> + *> 0: TID
> + *
> + */
>  struct joinbss_event {
>       struct  wlan_network    network;
>  };
>  
>  /*
> -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.
> + */

Please always put a ' ' before the text.  You did it in some places but
not others, why?

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to