[PATCH] mm: book3s32: add require space around that '?' and ':'

2023-07-20 Thread hanyu001
Fix below checkpatch errors: ./arch/powerpc/mm/book3s32/tlb.c:102: ERROR: spaces required around that '?' (ctx:VxW) ./arch/powerpc/mm/book3s32/tlb.c:102: ERROR: spaces required around that ':' (ctx:VxW) Signed-off-by: Yu Han --- arch/powerpc/mm/book3s32/tlb.c | 2 +- 1 file changed, 1 inser

[PATCH] embedded6xx: holly: use seq_puts instead of seq_printf

2023-07-20 Thread hanyu001
Fix checkpatch WARNINGS: /platforms/embedded6xx/holly.c:199: WARNING: Prefer seq_puts to seq_printf /platforms/embedded6xx/holly.c:200: WARNING: Prefer seq_puts to seq_printf Signed-off-by: Yu Han --- arch/powerpc/platforms/embedded6xx/holly.c | 4 ++-- 1 file changed, 2 insertions(+), 2 de

[PATCH] powernv: vas-trace: remove space after '('

2023-07-20 Thread hanyu001
Fix below checkpatch errors: /platforms/powernv/vas-trace.h:ERROR:space prohibited after that open parenthesis '(' /platforms/powernv/vas-trace.h:ERROR:space prohibited after that open parenthesis '(' /platforms/powernv/vas-trace.h:ERROR:space prohibited after that open parenthesis '(' Signe

[PATCH] platforms: powermac: "foo* bar" replace with "foo *bar"

2023-07-19 Thread hanyu001
Fix below checkpatch error: /platforms/powermac/pfunc_core.c: ERROR: "foo* bar" should be "foo *bar" Signed-off-by: Yu Han --- arch/powerpc/platforms/powermac/pfunc_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/powermac/pfunc_core.c b/arch/p

[PATCH] platforms: powermac: "foo* bar" replace with "foo *bar"

2023-07-19 Thread hanyu001
Fix below checkpatch error: /platforms/powermac/pfunc_core.c: ERROR: "foo* bar" should be "foo *bar" Signed-off-by: Yu Han --- arch/powerpc/platforms/powermac/pfunc_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/powermac/pfunc_core.c b/arch/p

[PATCH] platforms: powermac: Add require space after that ','

2023-07-19 Thread hanyu001
Fix below checkpatch errors: platforms/powermac/pfunc_core.c:22: ERROR: space required after that ',' (ctx:VxV) platforms/powermac/pfunc_core.c:22: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Yu Han --- arch/powerpc/platforms/powermac/pfunc_core.c | 2 +- 1 file changed, 1

[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 changed

[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

[PATCH] powerpc: platforms: chrp: Add require space after that ','

2023-07-18 Thread hanyu001
Fixes checkpatch errors: ./arch/powerpc/platforms/chrp/time.c:109: ERROR: space required after that ',' (ctx:VxV) ./arch/powerpc/platforms/chrp/time.c:110: ERROR: space required after that ',' (ctx:VxV) ./arch/powerpc/platforms/chrp/time.c:111: ERROR: space required after that ',' (ctx:VxV) ./

[PATCH] platforms: chrp: Add require space after that ','

2023-07-18 Thread hanyu001
Fixes checkpatch errors: ./arch/powerpc/platforms/chrp/setup.c:91: ERROR: space required after that ',' (ctx:VxV) ./arch/powerpc/platforms/chrp/setup.c:91: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Yu Han --- arch/powerpc/platforms/chrp/setup.c | 2 +- 1 file changed, 1

[PATCH] platforms: 52xx: Remove space after '(' and before ')'

2023-07-18 Thread hanyu001
The patch fixes the following errors detected by checkpatch: platforms/52xx/mpc52xx_pci.c:346:ERROR: space prohibited after that open parenthesis '(' platforms/52xx/mpc52xx_pci.c:347:ERROR: space prohibited after that open parenthesis '(' platforms/52xx/mpc52xx_pci.c:348:ERROR: space prohibited

[PATCH] powerpc: platforms: ps3: Add require space after that ';'

2023-07-18 Thread hanyu001
Fixes checkpatch errors: ./arch/powerpc/platforms/ps3/platform.h:198: ERROR: space required after that ';' (ctx:VxV) ./arch/powerpc/platforms/ps3/platform.h:200: ERROR: space required after that ';' (ctx:VxV) ./arch/powerpc/platforms/ps3/platform.h:202: ERROR: space required after that ';' (ct

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

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

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

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

[PATCH] powerpc: boot: insert space before the open parenthesis '('

2023-07-18 Thread hanyu001
Fixes checkpatch error: ./arch/powerpc/boot/main.c:273: ERROR: space required before the open parenthesis '(' Signed-off-by: Yu Han --- arch/powerpc/boot/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c index 64a3d

Fwd: [PATCH] drivers: macintosh: space required after that ','

2023-07-17 Thread hanyu001
This patch fixes the checkpatch.pl error: ./drivers/macintosh/adbhid.c:1091: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: maqimei <2433033...@qq.com> --- drivers/macintosh/adbhid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/macintosh/adbhid.c

[PATCH] powerpc: xmon: Remove space after '(' and before ')'

2023-07-17 Thread hanyu001
The patch fixes the following errors detected by checkpatch: ./arch/powerpc/xmon/xmon.c:2426: ERROR: space prohibited after that open parenthesis '(' ./arch/powerpc/xmon/xmon.c:2426: ERROR: space prohibited before that close parenthesis ')' ./arch/powerpc/xmon/xmon.c:2426: ERROR: space required

[PATCH] drivers: macintosh: space required after that ','

2023-07-17 Thread hanyu001
This patch fixes the checkpatch.pl error: ./drivers/macintosh/adbhid.c:1091: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: maqimei <2433033...@qq.com> --- drivers/macintosh/adbhid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/macintosh/adbhid.c

[PATCH] powerpc: xmon: insert space before the open parenthesis '('

2023-07-17 Thread hanyu001
Fixes checkpatch error: ./arch/powerpc/xmon/xmon.c:1052: ERROR: space required before the open parenthesis '(' Signed-off-by: ztt <1549089...@qq.com> --- arch/powerpc/xmon/xmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/x

[PATCH] drivers: macintosh: add spaces required around that ':' and '?'

2023-07-17 Thread hanyu001
This patch adds spaces required around that ':' and '?'. ./drivers/macintosh/macio-adb.c:143: ERROR: spaces required around that '?' (ctx:VxW) ./drivers/macintosh/macio-adb.c:143: ERROR: spaces required around that ':' (ctx:VxW) Signed-off-by: maqimei <2433033...@qq.com> --- drivers/macintos