Re: [PATCH] Staging: rtl8188eu: fix code indention error and block comments found by checkpatch.

2016-10-09 Thread Greg KH
On Sun, Oct 02, 2016 at 04:55:55PM -0700, victor carvajal wrote: > ERROR: code indent should use tabs where possible > +^I^Iuint in_len, uint initial_out_len);$ > > WARNING: Block comments use * on subsequent lines That is two different things, you need to have two different patches. tha

[PATCH] Staging: rtl8188eu: fix code indention error and block comments found by checkpatch.

2016-10-02 Thread victor carvajal
ERROR: code indent should use tabs where possible +^I^Iuint in_len, uint initial_out_len);$ WARNING: Block comments use * on subsequent lines Signed-off-by: victor carvajal --- drivers/staging/rtl8188eu/include/rtw_mlme.h | 24 1 file changed, 12 insertions(+),