[PATCH] char: lp: remove redundant space

2021-03-03 Thread maqiang
These two lines of code don't meet the kernel coding style, so remove the redundant space. Signed-off-by: maqiang --- drivers/char/lp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/lp.c b/drivers/char/lp.c index 862c2fd933c7..0e22e3b0a04e 100644

[PATCH] powerpc: remove redundant space

2021-03-03 Thread maqiang
These one line of code don't meet the kernel coding style, so remove the redundant space. Signed-off-by: maqiang --- arch/powerpc/kernel/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/syscalls.c b/arch/powerpc/kernel/syscalls.c

[PATCH] char: lp: remove redundant space

2021-03-03 Thread maqiang
These two lines of code don't meet the kernel coding style, so remove the redundant space. Signed-off-by: Qiang Ma Signed-off-by: maqiang --- drivers/char/lp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/lp.c b/drivers/char/lp.c index 862c2fd