Hi Chris, kernel test robot noticed the following build warnings:
[auto build test WARNING on dd30a345f284e0d9b1755e3538f8257cf4deb79f] url: https://github.com/intel-lab-lkp/linux/commits/Chris-Brandt/clk-renesas-rzg2l-Remove-DSI-clock-rate-restrictions/20251119-103032 base: dd30a345f284e0d9b1755e3538f8257cf4deb79f patch link: https://lore.kernel.org/r/20251119022744.1599235-2-chris.brandt%40renesas.com patch subject: [PATCH v5 1/2] clk: renesas: rzg2l: Remove DSI clock rate restrictions config: loongarch-randconfig-001-20251119 (https://download.01.org/0day-ci/archive/20251120/[email protected]/config) compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 0bba1e76581bad04e7d7f09f5115ae5e2989e0d9) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251120/[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 >>): In file included from drivers/pmdomain/renesas/rcar-gen4-sysc.c:9: >> include/linux/clk/renesas.h:44:52: warning: omitting the parameter name in a >> function definition is a C23 extension [-Wc23-extensions] 44 | static inline void rzg2l_cpg_dsi_div_set_divider(u8, int target) { } | ^ 1 warning generated. vim +44 include/linux/clk/renesas.h 40 41 #ifdef CONFIG_CLK_RZG2L 42 void rzg2l_cpg_dsi_div_set_divider(u8 divider, int target); 43 #else > 44 static inline void rzg2l_cpg_dsi_div_set_divider(u8, int target) { } 45 #endif 46 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
