linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [rafael-pm:bleeding-edge 1/5] include/linux/thermal.h:378:1: error: expected identifier or '(' before '{' token
@ 2023-09-05 19:29 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-09-05 19:29 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: oe-kbuild-all, linux-acpi, devel, linux-pm

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
head:   3013f879e8da5a4cf707cdb0dfa927f89b9374cd
commit: 6c106aa9e0f7f8be4146c50bea5cd71052bebe3a [1/5] thermal: core: Clean up headers of thermal zone registration functions
config: loongarch-allnoconfig (https://download.01.org/0day-ci/archive/20230906/202309060300.8TA9PBXT-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230906/202309060300.8TA9PBXT-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/202309060300.8TA9PBXT-lkp@intel.com/

All error/warnings (new ones prefixed by >>):

   In file included from include/acpi/processor.h:11,
                    from drivers/acpi/acpi_processor.c:22:
>> include/linux/thermal.h:378:1: error: expected identifier or '(' before '{' token
     378 | { return ERR_PTR(-ENODEV); }
         | ^
>> include/linux/thermal.h:370:43: warning: 'thermal_zone_device_register_with_trips' declared 'static' but never defined [-Wunused-function]
     370 | static inline struct thermal_zone_device *thermal_zone_device_register_with_trips(
         |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +378 include/linux/thermal.h

   369	
 > 370	static inline struct thermal_zone_device *thermal_zone_device_register_with_trips(
   371						const char *type,
   372						struct thermal_trip *trips,
   373						int num_trips, int mask,
   374						void *devdata,
   375						struct thermal_zone_device_ops *ops,
   376						const struct thermal_zone_params *tzp,
   377						int passive_delay, int polling_delay);
 > 378	{ return ERR_PTR(-ENODEV); }
   379	

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [rafael-pm:bleeding-edge 1/5] include/linux/thermal.h:378:1: error: expected identifier or '(' before '{' token
@ 2023-09-05 19:29 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-09-05 19:29 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: oe-kbuild-all, linux-acpi, devel, linux-pm

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
head:   3013f879e8da5a4cf707cdb0dfa927f89b9374cd
commit: 6c106aa9e0f7f8be4146c50bea5cd71052bebe3a [1/5] thermal: core: Clean up headers of thermal zone registration functions
config: arc-randconfig-001-20230906 (https://download.01.org/0day-ci/archive/20230906/202309060309.BgHDEFgR-lkp@intel.com/config)
compiler: arc-elf-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230906/202309060309.BgHDEFgR-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/202309060309.BgHDEFgR-lkp@intel.com/

All error/warnings (new ones prefixed by >>):

   In file included from drivers/hwmon/emc2305.c:13:
>> include/linux/thermal.h:378:1: error: expected identifier or '(' before '{' token
     378 | { return ERR_PTR(-ENODEV); }
         | ^
>> include/linux/thermal.h:370:43: warning: 'thermal_zone_device_register_with_trips' declared 'static' but never defined [-Wunused-function]
     370 | static inline struct thermal_zone_device *thermal_zone_device_register_with_trips(
         |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +378 include/linux/thermal.h

   369	
 > 370	static inline struct thermal_zone_device *thermal_zone_device_register_with_trips(
   371						const char *type,
   372						struct thermal_trip *trips,
   373						int num_trips, int mask,
   374						void *devdata,
   375						struct thermal_zone_device_ops *ops,
   376						const struct thermal_zone_params *tzp,
   377						int passive_delay, int polling_delay);
 > 378	{ return ERR_PTR(-ENODEV); }
   379	

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-05 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 19:29 [rafael-pm:bleeding-edge 1/5] include/linux/thermal.h:378:1: error: expected identifier or '(' before '{' token kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-09-05 19:29 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).