[PATCH] Staging: rtl8188eu: Fix code indention found by checkpatch.

2016-10-29 Thread Victor Carvajal
ERROR: code indent should use tabs where possible +^I^Iuint in_len, uint initial_out_len);$ Signed-off-by: Victor Carvajal <carva...@gmail.com> --- drivers/staging/rtl8188eu/include/rtw_mlme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl

[PATCH v3] Staging: rtl8188eu: fix Block comments warning found by checkpatch.

2016-10-12 Thread Victor Carvajal
On Wed, Oct 12, 2016 at 03:53:18PM +0200, Greg KH wrote: > On Mon, Oct 10, 2016 at 11:42:26PM -0700, Victor Carvajal wrote: > > Signed-off-by: Victor Carvajal <carva...@gmail.com> > > --- > > Changes in v3: > > - Be consistent with spacing before text against

[PATCH v3] Staging: rtl8188eu: fix Block comments warning found by checkpatch.

2016-10-11 Thread Victor Carvajal
Signed-off-by: Victor Carvajal <carva...@gmail.com> --- Changes in v3: - Be consistent with spacing before text against previous patch. Changes in v2: - Be consistent with spacing before text. --- drivers/staging/rtl8188eu/include/rtw_event.h | 10 +- 1 file changed, 5 inse

[PATCH] Staging: rtl8188eu: fix Block comments warning found by checkpatch.

2016-10-09 Thread victor carvajal
WARNING: Block comments use * on subsequent lines Signed-off-by: victor carvajal <carva...@gmail.com> --- drivers/staging/rtl8188eu/include/rtw_event.h | 39 +-- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_e

[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 <carva...@gmail.com> --- drivers/staging/rtl8188eu/include/rtw_mlme.h | 24