[PATCH] staging: hikey9xx: fix warning styling issues

2021-02-19 Thread Alaa Emad
Fix "WARNING: please, no space before tabs" styling issue in hi6421-spmi-pmic.c for lines 51,52,53 and 69. Signed-off-by: Alaa Emad --- drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/hikey9xx/h

[PATCH v2] staging: hikey9xx: fix styling issues

2021-02-16 Thread Alaa Emad
In hi6421-spmi-pmic.c, there are some warnings and Check: "WARNING: please, no space before tabs" in lines 51,52,53 and 69. "CHECK: Alignment should match open parenthesis" in lines 180 and 238. Signed-off-by: Alaa Emad --- Changes in v2: - Make the commit message more c

[PATCH resend] staging: hikey9xx: hi6421-spmi-pmic: fixing

2021-02-15 Thread Alaa Emad
parenthesis Signed-off-by: Alaa Emad --- drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c index 9c5e113e1a81..626140cb96f2 100644

[PATCH 1/1] staging: hikey9xx: hi6421-spmi-pmic.c: removing

2021-02-14 Thread Alaa Emad
: DT compatible string "hisilicon,hi6421-spmi" appears un-documented -- check ./Documentation/devicetree/bindings/ total: 0 errors, 5 warnings, 2 checks, 297 lines checked Signed-off-by: Alaa Emad --- drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 12 ++-- 1 file changed, 6

[PATCH] Fix space prohibited issue in fbtft-bus.c

2021-02-12 Thread Alaa Emad
This change fixes a checkpatch error for "space prohibited before that close parenthesis ')'" Signed-off-by: Alaa Emad --- certs/x509_revocation_list| 0 drivers/staging/fbtft/fbtft-bus.c | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) crea