[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202112261406.ElfEMkZR-lkp@intel.com>
Date: Sun, 26 Dec 2021 15:57:00 +0800
From: kernel test robot <lkp@...el.com>
To: Helge Deller <deller@....de>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org
Subject: [deller-parisc:5.16-vdso-5 1/1] kernel/signal.c:2994
__arm64_sys_restart_syscall() warn: inconsistent indenting
tree: https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git 5.16-vdso-5
head: 31c51d49e3f587cdcdf22b313b5bbce80b31405f
commit: 31c51d49e3f587cdcdf22b313b5bbce80b31405f [1/1] add testing vDSO support (v5)
config: arm64-randconfig-m031-20211225 (https://download.01.org/0day-ci/archive/20211226/202112261406.ElfEMkZR-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 11.2.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
smatch warnings:
kernel/signal.c:2994 __arm64_sys_restart_syscall() warn: inconsistent indenting
vim +2994 kernel/signal.c
2983
2984 /*
2985 * System call entry points.
2986 */
2987
2988 /**
2989 * sys_restart_syscall - restart a system call
2990 */
2991 SYSCALL_DEFINE0(restart_syscall)
2992 {
2993 struct restart_block *restart = ¤t->restart_block;
> 2994 printk("************** RESTART SYSCALL gestartet\n");
2995 return restart->fn(restart);
2996 }
2997
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
Powered by blists - more mailing lists