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

From: Greg KH
Date: Thu Aug 07 2014 - 12:03:17 EST


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@xxxxxxxxxx>
> ---
> 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?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/