Re: [PATCH next] bonding: Extending LACP MUX State Machine to include a Collecting State.

From: kernel test robot
Date: Mon Dec 25 2023 - 03:09:38 EST


Hi Aahil,

kernel test robot noticed the following build warnings:

[auto build test WARNING on next-20231222]

url: https://github.com/intel-lab-lkp/linux/commits/Aahil-Awatramani/bonding-Extending-LACP-MUX-State-Machine-to-include-a-Collecting-State/20231222-174732
base: next-20231222
patch link: https://lore.kernel.org/r/20231221023650.3208767-1-aahila%40google.com
patch subject: [PATCH next] bonding: Extending LACP MUX State Machine to include a Collecting State.
config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20231225/202312251524.jjgo5nFR-lkp@xxxxxxxxx/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231225/202312251524.jjgo5nFR-lkp@xxxxxxxxx/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@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202312251524.jjgo5nFR-lkp@xxxxxxxxx/

All warnings (new ones prefixed by >>):

>> drivers/net/bonding/bond_3ad.c:2016: warning: Excess function parameter 'update_slave_arr' description in 'ad_enable_collecting'


vim +2016 drivers/net/bonding/bond_3ad.c

2007
2008 /**
2009 * ad_enable_collecting - enable a port's receive
2010 * @port: the port we're looking at
2011 * @update_slave_arr: Does slave array need update?
2012 *
2013 * Enable @port if it's in an active aggregator
2014 */
2015 static void ad_enable_collecting(struct port *port)
> 2016 {
2017 if (port->aggregator->is_active) {
2018 struct slave *slave = port->slave;
2019
2020 slave_dbg(slave->bond->dev, slave->dev,
2021 "Enabling collecting on port %d (LAG %d)\n",
2022 port->actor_port_number,
2023 port->aggregator->aggregator_identifier);
2024 __enable_collecting_port(port);
2025 }
2026 }
2027

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