Hi Mateusz,

kernel test robot noticed the following build warnings:

[auto build test WARNING on tnguy-next-queue/dev-queue]

url:    
https://github.com/intel-lab-lkp/linux/commits/Mateusz-Polchlopek/idpf-assign-extracted-ptype-to-struct-libeth_rqe_info-field/20250227-214755
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git 
dev-queue
patch link:    
https://lore.kernel.org/r/20250227123837.547053-1-mateusz.polchlopek%40intel.com
patch subject: [Intel-wired-lan] [PATCH iwl-next v1] idpf: assign extracted 
ptype to struct libeth_rqe_info field
config: s390-allyesconfig 
(https://download.01.org/0day-ci/archive/20250228/[email protected]/config)
compiler: s390-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20250228/[email protected]/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 <[email protected]>
| Closes: 
https://lore.kernel.org/oe-kbuild-all/[email protected]/

All warnings (new ones prefixed by >>):

>> drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c:946: warning: Excess 
>> function parameter 'ptype' description in 'idpf_rx_singleq_extract_fields'


vim +946 drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c

a5ab9ee0df0be8 Joshua Hay         2023-08-07  933  
a5ab9ee0df0be8 Joshua Hay         2023-08-07  934  /**
a5ab9ee0df0be8 Joshua Hay         2023-08-07  935   * 
idpf_rx_singleq_extract_fields - Extract fields from the Rx descriptor
a5ab9ee0df0be8 Joshua Hay         2023-08-07  936   * @rx_q: Rx descriptor queue
a5ab9ee0df0be8 Joshua Hay         2023-08-07  937   * @rx_desc: the descriptor 
to process
a5ab9ee0df0be8 Joshua Hay         2023-08-07  938   * @fields: storage for 
extracted values
ce5cf4af7ceb6c Mateusz Polchlopek 2024-11-06  939   * @ptype: pointer that will 
store packet type
a5ab9ee0df0be8 Joshua Hay         2023-08-07  940   *
a5ab9ee0df0be8 Joshua Hay         2023-08-07  941   */
e4891e4687c8dd Alexander Lobakin  2024-06-20  942  static void
e4891e4687c8dd Alexander Lobakin  2024-06-20  943  
idpf_rx_singleq_extract_fields(const struct idpf_rx_queue *rx_q,
e4891e4687c8dd Alexander Lobakin  2024-06-20  944                              
const union virtchnl2_rx_desc *rx_desc,
45cbbcb40f4efc Mateusz Polchlopek 2025-02-27  945                              
struct libeth_rqe_info *fields)
a5ab9ee0df0be8 Joshua Hay         2023-08-07 @946  {
a5ab9ee0df0be8 Joshua Hay         2023-08-07  947       if (rx_q->rxdids == 
VIRTCHNL2_RXDID_1_32B_BASE_M)
45cbbcb40f4efc Mateusz Polchlopek 2025-02-27  948               
idpf_rx_singleq_extract_base_fields(rx_desc, fields);
a5ab9ee0df0be8 Joshua Hay         2023-08-07  949       else
45cbbcb40f4efc Mateusz Polchlopek 2025-02-27  950               
idpf_rx_singleq_extract_flex_fields(rx_desc, fields);
a5ab9ee0df0be8 Joshua Hay         2023-08-07  951  }
a5ab9ee0df0be8 Joshua Hay         2023-08-07  952  

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

Reply via email to