Re: [PATCH] staging: rtl8192e: fix camelcase style warning

From: Greg KH
Date: Fri Jan 04 2019 - 03:36:08 EST


On Fri, Dec 28, 2018 at 05:51:09PM +0530, Sushil Verma wrote:
> Remove CamelCase words. Warning found using checkpatch.pl
>
> Signed-off-by: Sushil Verma <sushil.bit.cse@xxxxxxxxx>
> ---
> drivers/staging/rtl8192e/dot11d.c | 84 +++++++++++++++----------------
> 1 file changed, 42 insertions(+), 42 deletions(-)

Please always use scripts/get_maintainer.pl to determine what people and
lists to send a patch to, as well as always test-build your changes
before sending them out :(

thanks,

greg k-h