[PATCH] platforms: powermac: insert space before the open parenthesis '('

2023-07-18 Thread hanyu001
Fixes checkpatch errors: /platforms/powermac/low_i2c.c:55:ERROR: space required before the open parenthesis '(' /platforms/powermac/low_i2c.c:63:ERROR: space required before the open parenthesis '(' Signed-off-by: Yu Han --- arch/powerpc/platforms/powermac/low_i2c.c | 4 ++-- 1 file

[PATCH] platforms: powermac: insert space before the open parenthesis '('

2023-07-18 Thread hanyu001
Fixes checkpatch error: /powerpc/platforms/powermac/setup.c:222:ERROR: space required before the open parenthesis '(' Signed-off-by: Yu Han --- arch/powerpc/platforms/powermac/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/powermac/setup.c