projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c1040
)
powerpc: Remove redundant spaces to match coding style
author
maqiang
<maqianga@uniontech.com>
Wed, 3 Mar 2021 11:57:10 +0000
(19:57 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 4 May 2022 09:37:46 +0000
(19:37 +1000)
These one line of code don't meet the kernel coding style, so remove the
redundant space.
Signed-off-by: maqiang <maqianga@uniontech.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20210303115710.30886-1-maqianga@uniontech.com
arch/powerpc/kernel/syscalls.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/syscalls.c
b/arch/powerpc/kernel/syscalls.c
index c4f5b4ce926f0efcafa17e292875788036375a79..fc999140bc27e94229856e80f0cac221f87c59b8 100644
(file)
--- a/
arch/powerpc/kernel/syscalls.c
+++ b/
arch/powerpc/kernel/syscalls.c
@@
-73,7
+73,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
)
return sys_old_select((void __user *)n);
return sys_select(n, inp, outp, exp, tvp);