All of lore.kernel.org
 help / color / mirror / Atom feed
* [avpatel:riscv_sbi_sse_v1 8/37] drivers/clk/clk-rpmi.c:572:2: error: expected ';' after top level declarator
@ 2024-12-03 12:38 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-12-03 12:38 UTC (permalink / raw)
  To: Rahul Pathak; +Cc: llvm, oe-kbuild-all, Anup Patel

tree:   https://github.com/avpatel/linux.git riscv_sbi_sse_v1
head:   bf7506e7bec204376453e68c7d7c3ab7ff37dcaf
commit: 10dfaa174d4f0b1eb57d9b078d7fddb759bf48d3 [8/37] clk: Add clock driver for the RISC-V RPMI clock service group
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20241203/202412032011.FVOM3TL6-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 592c0fe55f6d9a811028b5f3507be91458ab2713)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241203/202412032011.FVOM3TL6-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202412032011.FVOM3TL6-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/clk/clk-rpmi.c:9:
   In file included from include/linux/mm.h:2223:
   include/linux/vmstat.h:504:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
     504 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~ ^
     505 |                            item];
         |                            ~~~~
   include/linux/vmstat.h:511:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
     511 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~ ^
     512 |                            NR_VM_NUMA_EVENT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~~
   include/linux/vmstat.h:518:36: warning: arithmetic between different enumeration types ('enum node_stat_item' and 'enum lru_list') [-Wenum-enum-conversion]
     518 |         return node_stat_name(NR_LRU_BASE + lru) + 3; // skip "nr_"
         |                               ~~~~~~~~~~~ ^ ~~~
   include/linux/vmstat.h:524:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
     524 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~ ^
     525 |                            NR_VM_NUMA_EVENT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~~
>> drivers/clk/clk-rpmi.c:572:2: error: expected ';' after top level declarator
     572 | }
         |  ^
         |  ;
   4 warnings and 1 error generated.


vim +572 drivers/clk/clk-rpmi.c

   568	
   569	static const struct of_device_id rpmi_clk_of_match[] = {
   570		{ .compatible = "riscv,rpmi-clock" },
   571		{ },
 > 572	}
   573	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

only message in thread, other threads:[~2024-12-03 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 12:38 [avpatel:riscv_sbi_sse_v1 8/37] drivers/clk/clk-rpmi.c:572:2: error: expected ';' after top level declarator kernel test robot

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.