tree: https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git socfpga_clk_for_v5.15 head: 6c13d006fcded4ce90834b98e4d60acabf6dfc2f commit: ed15fdf72ef6f4790696109bff918be160ca0953 [1/3] clk: socfpga: agilex: fix the parents of the psi_ref_clk config: arc-allyesconfig (attached as .config) compiler: arceb-elf-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git/commit/?id=ed15fdf72ef6f4790696109bff918be160ca0953 git remote add dinguyen https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git git fetch --no-tags dinguyen socfpga_clk_for_v5.15 git checkout ed15fdf72ef6f4790696109bff918be160ca0953 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=arc SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/clk/socfpga/clk-agilex.c:110:15: warning: missing terminating " character 110 | { .fw_name = "main_pll_c2, | ^ >> drivers/clk/socfpga/clk-agilex.c:110:15: error: missing terminating " character 110 | { .fw_name = "main_pll_c2, | ^~~~~~~~~~~~~ >> drivers/clk/socfpga/clk-agilex.c:111:4: error: expected expression before '.' token 111 | .name = "main_pll_c2", }, | ^ vim +110 drivers/clk/socfpga/clk-agilex.c 108 109 static const struct clk_parent_data psi_ref_free_mux[] = { > 110 { .fw_name = "main_pll_c2, > 111 .name = "main_pll_c2", }, 112 { .fw_name = "peri_pll_c2", 113 .name = "peri_pll_c2", }, 114 { .fw_name = "osc1", 115 .name = "osc1", }, 116 { .fw_name = "cb-intosc-hs-div2-clk", 117 .name = "cb-intosc-hs-div2-clk", }, 118 { .fw_name = "f2s-free-clk", 119 .name = "f2s-free-clk", }, 120 }; 121 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org