[PATCH 2/3] staging: ks7010: fix block comment style in ks7010_stdio.c

2016-10-09 Thread Akshay Mariyanna
This fixes the following checkpatch warnings: WARNING: Block comments use * on subsequent lines WARNING: Block comments use a trailing */ on a separate lines Signed-off-by: Akshay Mariyanna --- drivers/staging/ks7010/ks7010_sdio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

[PATCH 3/3] staging: ks7010: fix space related style issues in ks7010_sdio.c

2016-10-09 Thread Akshay Mariyanna
This fixes the following checkpatch warnings: WARNING: Unnecessary space before function pointer arguments WARNING: unnecessary whitespace before a quoted newline Signed-off-by: Akshay Mariyanna --- drivers/staging/ks7010/ks7010_sdio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[PATCH 1/3] staging: ks7010: fix indent style in ks7010_sdio.c

2016-10-09 Thread Akshay Mariyanna
This patch fixes the following checkpatch error: ERROR: code indent should use tabs where possible Signed-off-by: Akshay Mariyanna --- drivers/staging/ks7010/ks7010_sdio.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ks7010/ks7010_sdio.c b