[PATCH] staging:r819xU: coding style: Fixed commenting style

Greg KH gregkh at linuxfoundation.org
Thu Aug 7 16:03:12 UTC 2014


On Thu, Aug 07, 2014 at 12:15:57PM +0530, Sanjeev Sharma wrote:
> This is a patch to the r819xU_phyreg.h file that fixes
> commenting style warning
> 
> Signed-off-by: Sanjeev Sharma <Sanjeev_Sharma at mentor.com>
> ---
>  drivers/staging/rtl8192u/r819xU_phyreg.h | 188 ++++++++++++++++---------------
>  1 file changed, 97 insertions(+), 91 deletions(-)
> 
> diff --git a/drivers/staging/rtl8192u/r819xU_phyreg.h b/drivers/staging/rtl8192u/r819xU_phyreg.h
> index 64285d6..f07d2f1 100644
> --- a/drivers/staging/rtl8192u/r819xU_phyreg.h
> +++ b/drivers/staging/rtl8192u/r819xU_phyreg.h
> @@ -2,10 +2,10 @@
>  #define _R819XU_PHYREG_H
>  
>  
> -#define   RF_DATA				0x1d4					// FW will write RF data in the register.
> +#define   RF_DATA				0x1d4					/* FW will write RF data in the register.*/
>  
> -//Register   //duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF
> -//page 1
> +/* Register   //duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF */

Does that line look correct?



More information about the devel mailing list