[PATCH] staging: rtl8712: Adjust if statements to reduce indentation level

2018-06-15 Thread JoonHwan.Kim
Merge two condition of if statements in r8712_surveydone_event_callback() Signed-off-by: Joonhwan Kim --- drivers/staging/rtl8712/rtl871x_mlme.c | 51 +- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_mlme.c

[PATCH] media: staging: atomisp: add a blank line after declarations

2018-06-15 Thread JoonHwan.Kim
fix checkpatch.pl warning: * Missing a blank line after declarations Signed-off-by: Joonhwan Kim --- drivers/staging/media/atomisp/pci/atomisp2/atomisp_ioctl.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/staging/media/atomisp/pci/atomisp2/atomisp_ioctl.c

[PATCH 2/2] staging: mt7621-spi: fix indentation for switch statement

2018-06-09 Thread JoonHwan.Kim
* fix checkpatch.pl error: ERROR: switch and case should be at the same indent Signed-off-by: Joonhwan Kim --- drivers/staging/mt7621-spi/spi-mt7621.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/mt7621-spi/spi-mt7621.c

[PATCH 1/2] staging: mt7621-spi: change indentation from space to tab

2018-06-09 Thread JoonHwan.Kim
* fix checkpatch.pl error: ERROR: code indent should use tabs where possible Signed-off-by: Joonhwan Kim --- drivers/staging/mt7621-spi/spi-mt7621.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/mt7621-spi/spi-mt7621.c