[PATCH] staging: sm750fb: added identifier names for function declarations

2021-02-19 Thread shivang upadhyay
checkpatch.pl complains about not having identifiers names in function declarations . This patch uses the same names as are used in source file sm750_accel.c , but with snake case. Signed-off-by: shivang upadhyay --- drivers/staging/sm750fb/sm750.h | 30 ++ 1 file

[PATCH v4] ks7010: enclose non-trivial defines in parentheses

2021-02-15 Thread shivang upadhyay
Checkpatch complains that parentheses are missing: "Macros with complex values should be enclosed in parentheses". Fixed that. Signed-off-by: shivang upadhyay --- Previous versions of the patch were rejected due to lack of discription in patch emails. drivers/staging/ks7010/ks_hos

[PATCH v3] ks7010: enclosed non-trivial defines in parentheses

2021-02-15 Thread shivang upadhyay
checkpatch.pl complains about missing parentheses "Macros with complex values should be enclosed in parentheses". fixed that Signed-off-by: shivang upadhyay --- drivers/staging/ks7010/ks_hostif.h | 24 1 file changed, 12 insertions(+), 12 deletions(-)

[PATCH v2] ks7010: enclosed non-trivial defines in parentheses

2021-02-12 Thread shivang upadhyay
checkpatch.pl complains about missing parentheses "Macros with complex values should be enclosed in parentheses". fixed that Signed-off-by: shivang upadhyay --- drivers/staging/ks7010/ks_hostif.h | 24 1 file changed, 12 insertions(+), 12 deletions(-)

[PATCH] ks7010: removed checkpatch.pl format errors

2021-02-11 Thread shivang upadhyay
Signed-off-by: shivang upadhyay --- drivers/staging/ks7010/ks_hostif.h | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index 39138191a556..c62a494ed6bb 100644 --- a/drivers