From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com, Dan Carpenter <error27@gmail.com>
Subject: drivers/net/ethernet/intel/ice/ice_eswitch_br.c:115 ice_eswitch_br_ports_flush() warn: iterator 'i' not incremented
Date: Fri, 5 Jul 2024 12:02:34 +0800 [thread overview]
Message-ID: <202407051251.iPfJDbwu-lkp@intel.com> (raw)
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Wojciech Drewek <wojciech.drewek@intel.com>
CC: Tony Nguyen <anthony.l.nguyen@intel.com>
CC: Simon Horman <simon.horman@corigine.com>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 661e504db04c6b7278737ee3a9116738536b4ed4
commit: f6e8fb55e5af9a506d2e50d1079a231ce95ca215 ice: Implement basic eswitch bridge setup
date: 12 months ago
:::::: branch date: 11 hours ago
:::::: commit date: 12 months ago
config: i386-randconfig-141-20240705 (https://download.01.org/0day-ci/archive/20240705/202407051251.iPfJDbwu-lkp@intel.com/config)
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
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>
| Reported-by: Dan Carpenter <error27@gmail.com>
| Closes: https://lore.kernel.org/r/202407051251.iPfJDbwu-lkp@intel.com/
smatch warnings:
drivers/net/ethernet/intel/ice/ice_eswitch_br.c:115 ice_eswitch_br_ports_flush() warn: iterator 'i' not incremented
vim +/i +115 drivers/net/ethernet/intel/ice/ice_eswitch_br.c
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 108
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 109 static void
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 110 ice_eswitch_br_ports_flush(struct ice_esw_br *bridge)
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 111 {
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 112 struct ice_esw_br_port *port;
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 113 unsigned long i;
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 114
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 @115 xa_for_each(&bridge->ports, i, port)
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 116 ice_eswitch_br_port_deinit(bridge, port);
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 117 }
f6e8fb55e5af9a Wojciech Drewek 2023-07-12 118
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-07-05 4:02 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=202407051251.iPfJDbwu-lkp@intel.com \
--to=lkp@intel.com \
--cc=error27@gmail.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.