[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202401270719.OZMv8I26-lkp@intel.com>
Date: Sat, 27 Jan 2024 07:19:01 +0800
From: kernel test robot <lkp@...el.com>
To: Luiz Angelo Daros de Luca <luizluca@...il.com>, netdev@...r.kernel.org
Cc: oe-kbuild-all@...ts.linux.dev, linus.walleij@...aro.org,
alsi@...g-olufsen.dk, andrew@...n.ch, f.fainelli@...il.com,
olteanv@...il.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, arinc.unal@...nc9.com,
ansuelsmth@...il.com,
Luiz Angelo Daros de Luca <luizluca@...il.com>
Subject: Re: [PATCH net-next v4 05/11] net: dsa: realtek: common rtl83xx
module
Hi Luiz,
kernel test robot noticed the following build warnings:
[auto build test WARNING on net-next/main]
url: https://github.com/intel-lab-lkp/linux/commits/Luiz-Angelo-Daros-de-Luca/net-dsa-realtek-drop-cleanup-from-realtek_ops/20240124-060710
base: net-next/main
patch link: https://lore.kernel.org/r/20240123215606.26716-6-luizluca%40gmail.com
patch subject: [PATCH net-next v4 05/11] net: dsa: realtek: common rtl83xx module
config: i386-randconfig-004-20240127 (https://download.01.org/0day-ci/archive/20240127/202401270719.OZMv8I26-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240127/202401270719.OZMv8I26-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202401270719.OZMv8I26-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/net/dsa/realtek/rtl83xx.c:189: warning: Function parameter or struct member 'priv' not described in 'rtl83xx_remove'
>> drivers/net/dsa/realtek/rtl83xx.c:189: warning: Excess function parameter 'ctx' description in 'rtl83xx_remove'
vim +189 drivers/net/dsa/realtek/rtl83xx.c
177
178 /**
179 * rtl83xx_remove() - Cleanup a realtek switch driver
180 * @ctx: realtek_priv pointer
181 *
182 * If a method is provided, this function asserts the hard reset of the switch
183 * in order to avoid leaking traffic when the driver is gone.
184 *
185 * Context: Any context.
186 * Return: nothing
187 */
188 void rtl83xx_remove(struct realtek_priv *priv)
> 189 {
190 if (!priv)
191 return;
192
193 /* leave the device reset asserted */
194 if (priv->reset)
195 gpiod_set_value(priv->reset, 1);
196 }
197 EXPORT_SYMBOL_NS_GPL(rtl83xx_remove, REALTEK_DSA);
198
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists