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 <[email protected]>
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
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel