From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Subject: Re: [PATCH v1 7/7] Add support for the NFSv4.2 POSIX draft ACL attributes
Date: Sat, 3 Jan 2026 03:36:22 +0100 [thread overview]
Message-ID: <202601030331.kBvGIn1Z-lkp@intel.com> (raw)
::::::
:::::: Manual check reason: "high confidence checkpatch report"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20260102232934.1560-8-rick.macklem@gmail.com>
References: <20260102232934.1560-8-rick.macklem@gmail.com>
TO: rick.macklem@gmail.com
TO: linux-nfs@vger.kernel.org
Hi,
kernel test robot noticed the following build warnings:
[auto build test WARNING on trondmy-nfs/linux-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/rick-macklem-gmail-com/Add-entries-to-the-predefined-client-operations-enum/20260103-073239
base: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git linux-next
patch link: https://lore.kernel.org/r/20260102232934.1560-8-rick.macklem%40gmail.com
patch subject: [PATCH v1 7/7] Add support for the NFSv4.2 POSIX draft ACL attributes
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
reproduce: (https://download.01.org/0day-ci/archive/20260103/202601030331.kBvGIn1Z-lkp@intel.com/reproduce)
# many are suggestions rather than must-fix
ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#132: FILE: fs/nfs/nfs42proc.c:1724:
+ switch (status) {
+ case 0:
[...]
+ case -EPFNOSUPPORT:
+ case -EPROTONOSUPPORT:
[...]
+ case -ENOTSUPP:
[...]
+ default:
ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#291: FILE: fs/nfs/nfs42proc.c:1883:
+ switch (status) {
+ case 0:
[...]
+ case -EPFNOSUPPORT:
+ case -EPROTONOSUPPORT:
[...]
+ case -ENOTSUPP:
ERROR:SPACING: space required before the open parenthesis '('
#318: FILE: fs/nfs/nfs42proc.c:1910:
+ switch(type) {
ERROR:SPACING: space required before the open parenthesis '('
#403: FILE: fs/nfs/nfs42xdr.c:1832:
+ switch(tag) {
ERROR:SPACING: space required before the open parenthesis '('
#443: FILE: fs/nfs/nfs42xdr.c:1872:
+ switch(acep->e_tag) {
ERROR:SPACING: space required before the open parenthesis '('
#574: FILE: fs/nfs/nfs42xdr.c:2003:
+ switch(acep->e_tag) {
ERROR:SPACING: space required before the open parenthesis '('
#759: FILE: fs/nfs/nfs42xdr.c:2188:
+ switch(type) {
ERROR:SPACING: space required before the open parenthesis '('
#823: FILE: fs/nfs/nfs42xdr.c:2252:
+ switch(entry->e_tag) {
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2026-01-03 2:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-03 2:36 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-01-02 23:29 [PATCH v1 0/7] Add NFSv4.2 POSIX ACL support to the client rick.macklem
2026-01-02 23:29 ` [PATCH v1 7/7] Add support for the NFSv4.2 POSIX draft ACL attributes rick.macklem
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=202601030331.kBvGIn1Z-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild@lists.linux.dev \
/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.