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

2019-01-04 Thread Greg KH
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 > --- > drivers/staging/rtl8192e/dot11d.c | 84 +++ > 1 file changed, 42 insertions(+), 42 deletions(-) Please

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

2018-12-28 Thread kbuild test robot
Hi Sushil, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.20 next-20181224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] staging: rtl8192e: fix camelcase style warning

2018-12-28 Thread Sushil Verma
Remove CamelCase words. Warning found using checkpatch.pl Signed-off-by: Sushil Verma --- drivers/staging/rtl8192e/dot11d.c | 84 +++ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/drivers/staging/rtl8192e/dot11d.c