[PATCH] parisc: kernel: "foo * bar" should be "foo *bar"

hanyu001@208suo.com posted 1 patch 2 years, 6 months ago
arch/parisc/kernel/sys_parisc32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] parisc: kernel: "foo * bar" should be "foo *bar"
Posted by hanyu001@208suo.com 2 years, 6 months ago
This patch fixes the checkpatch.pl error

./arch/parisc/kernel/sys_parisc32.c:29: ERROR: "foo * bar" should be 
"foo *bar"

Signed-off-by: Yu Han <hanyu001@208suo.com>
---
  arch/parisc/kernel/sys_parisc32.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/kernel/sys_parisc32.c 
b/arch/parisc/kernel/sys_parisc32.c
index 2a12a54..abe87d2 100644
--- a/arch/parisc/kernel/sys_parisc32.c
+++ b/arch/parisc/kernel/sys_parisc32.c
@@ -26,7 +26,7 @@ asmlinkage long sys32_unimplemented(int r26, int r25, 
int r24, int r23,

  asmlinkage long sys32_fanotify_mark(compat_int_t fanotify_fd, 
compat_uint_t flags,
      compat_uint_t mask0, compat_uint_t mask1, compat_int_t dfd,
-    const char  __user * pathname)
+    const char  __user *pathname)
  {
      return sys_fanotify_mark(fanotify_fd, flags,
              ((__u64)mask1 << 32) | mask0,