[PATCH] staging: rtl8192e: Fix line over 80 Characters.

Greg KH gregkh at linuxfoundation.org
Wed Dec 30 18:38:51 UTC 2015


On Wed, Dec 30, 2015 at 11:38:09PM +0530, Vignesh D wrote:
> Fix the comment in line 35, having more than 80 characters in single
> line
> 
> Signed-off-by: Vignesh D <vignesh0025 at gmail.com>

I need a "real" name here please.

> ---
>  drivers/staging/rtl8192e/dot11d.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h
> index 2c19054..ccdd8fb 100644
> --- a/drivers/staging/rtl8192e/dot11d.h
> +++ b/drivers/staging/rtl8192e/dot11d.h
> @@ -32,8 +32,8 @@ enum dot11d_state {
>  };
>  
>  /**
> - * struct rt_dot11d_info * @CountryIeLen: value greater than 0 if @CountryIeBuf contains
> - *		  valid country information element.
> + * struct rt_dot11d_info * @CountryIeLen: value greater than 0 if
> + * @CountryIeBuf  contains  valid country information element.

You just broke kerneldoc formatting rules :(

Also you have an extra ' ' for no reason.

Don't blindly treat checkpatch as a reason to always fix things,
sometimes exceptions are required.

thanks,

greg k-h


More information about the devel mailing list