All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Pavel Begunkov <asml.silence@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [isilence:zc/veth 5/7] checkpatch: WARNING: please, no space before tabs
Date: Fri, 13 Oct 2023 21:50:48 +0800	[thread overview]
Message-ID: <202310132150.09BV4aus-lkp@intel.com> (raw)

tree:   https://github.com/isilence/linux zc/veth
head:   cff8a226d561bc0db814b65ca5d2c97894d4d1cd
commit: 87d67390f5c169ff9ae3ed9748e59e5cfb540d70 [5/7] veth: zc_rx support
reproduce: (https://download.01.org/0day-ci/archive/20231013/202310132150.09BV4aus-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202310132150.09BV4aus-lkp@intel.com/

# many are suggestions rather than must-fix

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#33: FILE: drivers/net/veth.c:81:
+^Ispinlock_t ^I^Izc_lock;$

WARNING:BRACES: braces {} are not necessary for single statement blocks
#64: FILE: drivers/net/veth.c:393:
+		if (!nskb) {
+			goto drop;
+		}

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#233: FILE: io_uring/zc_rx.c:122:
+^I// ^I^I^I  DMA_BIDIRECTIONAL,$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#234: FILE: io_uring/zc_rx.c:123:
+^I// ^I^I^I  DMA_ATTR_SKIP_CPU_SYNC);$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#236: FILE: io_uring/zc_rx.c:125:
+^I// ^Iset_page_private(page, 0);$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#237: FILE: io_uring/zc_rx.c:126:
+^I// ^IClearPagePrivate(page);$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#238: FILE: io_uring/zc_rx.c:127:
+^I// ^Ireturn -ENOMEM;$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#255: FILE: io_uring/zc_rx.c:147:
+^I// ^I^I     DMA_BIDIRECTIONAL,$

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#256: FILE: io_uring/zc_rx.c:148:
+^I// ^I^I     DMA_ATTR_SKIP_CPU_SYNC);$

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2023-10-13 13:51 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=202310132150.09BV4aus-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=asml.silence@gmail.com \
    --cc=oe-kbuild-all@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.