linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Dinh Nguyen <dinguyen@kernel.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Kris Chaplin <kris.chaplin@intel.com>
Subject: [dinguyen:socfpga_clk_for_v5.15 1/3] drivers/clk/socfpga/clk-agilex.c:110:15: error: missing terminating " character
Date: Sat, 10 Jul 2021 04:27:51 +0800	[thread overview]
Message-ID: <202107100443.v1pU5zoe-lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2021-07-09 20:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202107100443.v1pU5zoe-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dinguyen@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=kris.chaplin@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).