[PATCH 3/3] staging: ks7010: fix checkpatch PARENTHESIS_ALIGNMENT

2017-03-26 Thread Tobin C. Harding
Checkpatch emits CHECK: Alignment should match open parenthesis. Align function arguments correctly. Signed-off-by: Tobin C. Harding --- drivers/staging/ks7010/ks7010_sdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/ks7010_sdio.c

[PATCH 3/3] staging: ks7010: fix checkpatch PARENTHESIS_ALIGNMENT

2017-03-14 Thread Tobin C. Harding
Checkpatch emits WARNING and CHECK for prototype declarations. WARNING: function definition argument 'void *' should also have an identifier name CHECK: Alignment should match open parenthesis Also prototype parameters wrap more than is necessary. Tidy up function prototypes. Fix 5