On Fri, Dec 08, 2023 at 02:09:45PM -0800, Randy Dunlap wrote: > kernel test robot reports: > drivers/net/wireless/intel/iwlwifi/fw/dbg.c:86: warning: Excess struct/union/enum/typedef member 'trans_len' description in 'iwl_fw_dump_ptrs' > > scripts/kernel-doc no longer emits the warning that is reported by > the 0-day kernel test robot, but the reported struct does contain the > Excess line, so remove that line as well as fix other kernel-doc > warnings in this source file: > > dbg.c:1732: warning: contents before sections > dbg.c:1736: warning: No description found for return value of 'mask_apply_and_normalize' > dbg.c:2202: warning: missing initial short description on line: > * iwl_dump_ini_mem > dbg.c:2207: warning: contents before sections > dbg.c:2215: warning: No description found for return value of 'iwl_dump_ini_mem' > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202311250305.tf8Cus1Y-lkp@xxxxxxxxx/ > Closes: https://lore.kernel.org/oe-kbuild-all/202312060810.QT9zourt-lkp@xxxxxxxxx/ > Cc: Gregory Greenman <gregory.greenman@xxxxxxxxx> > Cc: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx > Cc: Kalle Valo <kvalo@xxxxxxxxxx> > Cc: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Thanks Randy, I'm unable to reproduce the "other warnings". But these changes do look good to me. Reviewed-by: Simon Horman <horms@xxxxxxxxxx> ...