[PATCH 4/4] staging: ks7010: fix checkpatch "space after #ifdef" error

2016-10-02 Thread Philipp Hoefflin
Fix checkpatch "ERROR: exactly one space required after that #ifdef" error in ks_hostif.c. Signed-off-by: Philipp Hoefflin --- drivers/staging/ks7010/ks_hostif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/stag

[PATCH 3/4] staging: ks7010: reformat makro ps_confirm_wait_inc()

2016-10-02 Thread Philipp Hoefflin
red after that close brace '}' - ERROR: space required before the open parenthesis '(' - WARNING: line over 80 characters - WARNING: please, no spaces at the start of a line Signed-off-by: Philipp Hoefflin --- drivers/staging/ks7010/ks_hostif.c | 9 + 1 file change

[PATCH 1/4] staging: ks7010: fix "prohibited space" errors reported by checkpatch

2016-10-02 Thread Philipp Hoefflin
Fix all occurences of the following checkpatch errors in ks_hostif.c: - ERROR: space prohibited after that '&' (ctx:WxW) - ERROR: space prohibited after that open parenthesis '(' - ERROR: space prohibited before that close parenthesis ')' Signed-off-

[PATCH 2/4] staging: ks7010: use tabs for indentation

2016-10-02 Thread Philipp Hoefflin
Fix all occurences of checkpatch "ERROR: code indent should use tabs where possible" errors in ks_hostif.c. Signed-off-by: Philipp Hoefflin --- drivers/staging/ks7010/ks_hostif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/ks7010/ks_h