From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [deller-parisc:5.16-vdso-6 1/3] kernel/signal.c:2994 sys_restart_syscall() warn: inconsistent indenting
Date: Sun, 16 Jan 2022 05:41:21 +0800 [thread overview]
Message-ID: <202201160406.ydB4aO5N-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1158 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: arm-randconfig-m031-20220113 (https://download.01.org/0day-ci/archive/20220116/202201160406.ydB4aO5N-lkp(a)intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.2.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 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(a)lists.01.org
reply other threads:[~2022-01-15 21:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202201160406.ydB4aO5N-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.