Re: [PATCH] rtl8188eu: Fix several stylistic problems in rtw_led.*

From: Greg Kroah-Hartman
Date: Thu Nov 06 2014 - 18:04:05 EST


On Thu, Nov 06, 2014 at 11:56:05PM +0100, kris@xxxxxxxxxxx wrote:
> From: Krzysztof Konopko <kris@xxxxxxxxxxx>
>
> Several stylistics problems are reported by scripts/checkpatch.pl run on
> rtw_led.*:
>
> * FSF_MAILING_ADDRESS
>
> Free Software Foundation's mailing address should not be included in
> the sample GPL notice.
>
> * LINE_SPACING
>
> Missing a blank line after declarations.
>
> * leading spaces
>
> * a typo
>
> * any too long lines changed with this patch
>
> All of the problems above are fixed with this patch.

Each patch should only do 1 thing, so please break this up into multiple
patches, each only doing 1 thing, in a patch series, and resend so it
can be applied.

thanks,

greg k-h
--
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/