All of lore.kernel.org
 help / color / mirror / Atom feed
* [deller-parisc:5.16-vdso-6 1/3] kernel/signal.c:2994 __do_sys_restart_syscall() warn: inconsistent indenting
@ 2022-01-14  5:41 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-01-14  5:41 UTC (permalink / raw)
  To: Helge Deller; +Cc: kbuild-all, linux-kernel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git 5.16-vdso-6
head:   b7e375e2ced653c4615242d90232d4a0238dcac1
commit: 31c51d49e3f587cdcdf22b313b5bbce80b31405f [1/3] add testing vDSO support (v5)
config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220114/202201141304.Om7XuSMy-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

smatch warnings:
kernel/signal.c:2994 __do_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 = &current->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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [deller-parisc:5.16-vdso-6 1/3] kernel/signal.c:2994 __do_sys_restart_syscall() warn: inconsistent indenting
@ 2022-01-14  5:41 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-01-14  5:41 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git 5.16-vdso-6
head:   b7e375e2ced653c4615242d90232d4a0238dcac1
commit: 31c51d49e3f587cdcdf22b313b5bbce80b31405f [1/3] add testing vDSO support (v5)
config: x86_64-randconfig-m001 (https://download.01.org/0day-ci/archive/20220114/202201141304.Om7XuSMy-lkp(a)intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

smatch warnings:
kernel/signal.c:2994 __do_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 = &current->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(a)lists.01.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-14  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14  5:41 [deller-parisc:5.16-vdso-6 1/3] kernel/signal.c:2994 __do_sys_restart_syscall() warn: inconsistent indenting kernel test robot
2022-01-14  5:41 ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.