All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Abel Vesa <abel.vesa@nxp.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [abelvesa:imx8mq/icc_devfreq 8/19] include/dt-bindings/interconnect/imx8mn.h:11:33: error: expected '}' before numeric constant
Date: Fri, 8 Oct 2021 10:43:27 +0800	[thread overview]
Message-ID: <202110081020.LNdpGeLH-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git imx8mq/icc_devfreq
head:   99f96d2710fba54edfc455de79682399c8a4eb36
commit: ee37f3d2eecf5fcb9ace935d959ee775967b7aa5 [8/19] interconnect: imx8: Remove the imx_icc_node_adj_desc
config: sh-buildonly-randconfig-r004-20211007 (attached as .config)
compiler: sh4-linux-gcc (GCC) 11.2.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/abelvesa/linux.git/commit/?id=ee37f3d2eecf5fcb9ace935d959ee775967b7aa5
        git remote add abelvesa https://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git
        git fetch --no-tags abelvesa imx8mq/icc_devfreq
        git checkout ee37f3d2eecf5fcb9ace935d959ee775967b7aa5
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=sh SHELL=/bin/bash drivers/interconnect/imx/

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 >>):

   In file included from drivers/interconnect/imx/imx8mn.c:12:
>> include/dt-bindings/interconnect/imx8mn.h:11:33: error: expected '}' before numeric constant
      11 | #define IMX8MN_ICN_NOC          1
         |                                 ^
   drivers/interconnect/imx/imx.h:33:23: note: in definition of macro 'DEFINE_BUS_INTERCONNECT'
      33 |                 .id = _id,                                              \
         |                       ^~~
   drivers/interconnect/imx/imx8mn.c:58:25: note: in expansion of macro 'IMX8MN_ICN_NOC'
      58 |                         IMX8MN_ICN_NOC, IMX8MN_ICS_OCRAM),
         |                         ^~~~~~~~~~~~~~
   drivers/interconnect/imx/imx.h:32:9: note: to match this '{'
      32 |         {                                                               \
         |         ^
   drivers/interconnect/imx/imx8mn.c:57:9: note: in expansion of macro 'DEFINE_BUS_INTERCONNECT'
      57 |         DEFINE_BUS_INTERCONNECT("PL301_MAIN", IMX8MN_ICN_MAIN
         |         ^~~~~~~~~~~~~~~~~~~~~~~


vim +11 include/dt-bindings/interconnect/imx8mn.h

4b54bf4763e3725 Leonard Crestez 2020-04-28  10  
4b54bf4763e3725 Leonard Crestez 2020-04-28 @11  #define IMX8MN_ICN_NOC		1
4b54bf4763e3725 Leonard Crestez 2020-04-28  12  #define IMX8MN_ICS_DRAM		2
4b54bf4763e3725 Leonard Crestez 2020-04-28  13  #define IMX8MN_ICS_OCRAM	3
4b54bf4763e3725 Leonard Crestez 2020-04-28  14  #define IMX8MN_ICM_A53		4
4b54bf4763e3725 Leonard Crestez 2020-04-28  15  

:::::: The code at line 11 was first introduced by commit
:::::: 4b54bf4763e3725dcceaac379df4ef78df3b9fcd interconnect: imx: Add platform driver for imx8mn

:::::: TO: Leonard Crestez <leonard.crestez@nxp.com>
:::::: CC: Georgi Djakov <georgi.djakov@linaro.org>

---
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: 32205 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [abelvesa:imx8mq/icc_devfreq 8/19] include/dt-bindings/interconnect/imx8mn.h:11:33: error: expected '}' before numeric constant
Date: Fri, 08 Oct 2021 10:43:27 +0800	[thread overview]
Message-ID: <202110081020.LNdpGeLH-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git imx8mq/icc_devfreq
head:   99f96d2710fba54edfc455de79682399c8a4eb36
commit: ee37f3d2eecf5fcb9ace935d959ee775967b7aa5 [8/19] interconnect: imx8: Remove the imx_icc_node_adj_desc
config: sh-buildonly-randconfig-r004-20211007 (attached as .config)
compiler: sh4-linux-gcc (GCC) 11.2.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/abelvesa/linux.git/commit/?id=ee37f3d2eecf5fcb9ace935d959ee775967b7aa5
        git remote add abelvesa https://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git
        git fetch --no-tags abelvesa imx8mq/icc_devfreq
        git checkout ee37f3d2eecf5fcb9ace935d959ee775967b7aa5
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=sh SHELL=/bin/bash drivers/interconnect/imx/

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 >>):

   In file included from drivers/interconnect/imx/imx8mn.c:12:
>> include/dt-bindings/interconnect/imx8mn.h:11:33: error: expected '}' before numeric constant
      11 | #define IMX8MN_ICN_NOC          1
         |                                 ^
   drivers/interconnect/imx/imx.h:33:23: note: in definition of macro 'DEFINE_BUS_INTERCONNECT'
      33 |                 .id = _id,                                              \
         |                       ^~~
   drivers/interconnect/imx/imx8mn.c:58:25: note: in expansion of macro 'IMX8MN_ICN_NOC'
      58 |                         IMX8MN_ICN_NOC, IMX8MN_ICS_OCRAM),
         |                         ^~~~~~~~~~~~~~
   drivers/interconnect/imx/imx.h:32:9: note: to match this '{'
      32 |         {                                                               \
         |         ^
   drivers/interconnect/imx/imx8mn.c:57:9: note: in expansion of macro 'DEFINE_BUS_INTERCONNECT'
      57 |         DEFINE_BUS_INTERCONNECT("PL301_MAIN", IMX8MN_ICN_MAIN
         |         ^~~~~~~~~~~~~~~~~~~~~~~


vim +11 include/dt-bindings/interconnect/imx8mn.h

4b54bf4763e3725 Leonard Crestez 2020-04-28  10  
4b54bf4763e3725 Leonard Crestez 2020-04-28 @11  #define IMX8MN_ICN_NOC		1
4b54bf4763e3725 Leonard Crestez 2020-04-28  12  #define IMX8MN_ICS_DRAM		2
4b54bf4763e3725 Leonard Crestez 2020-04-28  13  #define IMX8MN_ICS_OCRAM	3
4b54bf4763e3725 Leonard Crestez 2020-04-28  14  #define IMX8MN_ICM_A53		4
4b54bf4763e3725 Leonard Crestez 2020-04-28  15  

:::::: The code at line 11 was first introduced by commit
:::::: 4b54bf4763e3725dcceaac379df4ef78df3b9fcd interconnect: imx: Add platform driver for imx8mn

:::::: TO: Leonard Crestez <leonard.crestez@nxp.com>
:::::: CC: Georgi Djakov <georgi.djakov@linaro.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

             reply	other threads:[~2021-10-08  2:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08  2:43 kernel test robot [this message]
2021-10-08  2:43 ` [abelvesa:imx8mq/icc_devfreq 8/19] include/dt-bindings/interconnect/imx8mn.h:11:33: error: expected '}' before numeric constant kernel test robot

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=202110081020.LNdpGeLH-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=abel.vesa@nxp.com \
    --cc=kbuild-all@lists.01.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.