[PATCH] powerpc: remove redundant space

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE2001d LANDED

Landed in mainline as c2267354638d on 2022-05-04.

2 messages, 2 authors, 2021-03-04 · open the first message on its own page

[PATCH] powerpc: remove redundant space

From: maqiang <hidden>
Date: 2021-03-03 16:44:37

These one line of code don't meet the kernel coding style,
so remove the redundant space.

Signed-off-by: maqiang <redacted>
---
 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
index 078608ec2e92..9248288752d5 100644
--- a/arch/powerpc/kernel/syscalls.c
+++ b/arch/powerpc/kernel/syscalls.c
@@ -81,7 +81,7 @@ SYSCALL_DEFINE6(mmap, unsigned long, addr, size_t, len,
 int
 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct __kernel_old_timeval __user *tvp)
 {
-	if ( (unsigned long)n >= 4096 )
+	if ((unsigned long)n >= 4096)
 	{
 		unsigned long __user *buffer = (unsigned long __user *)n;
 		if (!access_ok(buffer, 5*sizeof(unsigned long))
-- 
2.20.1


Re: [PATCH] powerpc: remove redundant space

From: Christophe Leroy <hidden>
Date: 2021-03-04 00:07:31

maqiang [off-list ref] a écrit :
These one line of code don't meet the kernel coding style,
so remove the redundant space.
There seems to be several other style issues in this function and in  
the following one too. You should fix them all at once I think.

quoted hunk
Signed-off-by: maqiang <redacted>
---
 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
index 078608ec2e92..9248288752d5 100644
--- a/arch/powerpc/kernel/syscalls.c
+++ b/arch/powerpc/kernel/syscalls.c
@@ -81,7 +81,7 @@ SYSCALL_DEFINE6(mmap, unsigned long, addr, size_t, len,
 int
 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set  
__user *exp, struct __kernel_old_timeval __user *tvp)
 {
-	if ( (unsigned long)n >= 4096 )
+	if ((unsigned long)n >= 4096)
 	{
 		unsigned long __user *buffer = (unsigned long __user *)n;
 		if (!access_ok(buffer, 5*sizeof(unsigned long))
--
2.20.1

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help