linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [dinguyen:socfpga_clk_for_v5.15 1/3] drivers/clk/socfpga/clk-agilex.c:110:15: error: missing terminating " character
@ 2021-07-09 20:27 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-09 20:27 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: kbuild-all, linux-kernel, Kris Chaplin

[-- Attachment #1: Type: text/plain, Size: 2274 bytes --]

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 <lkp@intel.com>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 68488 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-09 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 20:27 [dinguyen:socfpga_clk_for_v5.15 1/3] drivers/clk/socfpga/clk-agilex.c:110:15: error: missing terminating " character kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).