Re: [PATCH 2/3] thermal/debugfs: Add debugfs information

From: kernel test robot
Date: Thu Jun 02 2022 - 16:21:02 EST


Hi Daniel,

I love your patch! Perhaps something to improve:

[auto build test WARNING on rafael-pm/thermal]
[also build test WARNING on v5.18 next-20220602]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url: https://github.com/intel-lab-lkp/linux/commits/Daniel-Lezcano/thermal-core-Encapsulate-the-set_cur_state-function/20220601-231733
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git thermal
config: i386-randconfig-s001 (https://download.01.org/0day-ci/archive/20220603/202206030425.4QFicgCF-lkp@xxxxxxxxx/config)
compiler: gcc-11 (Debian 11.3.0-1) 11.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.4-14-g5a0004b5-dirty
# https://github.com/intel-lab-lkp/linux/commit/04c295f7e8b49af742179609949736f6f056b49c
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Daniel-Lezcano/thermal-core-Encapsulate-the-set_cur_state-function/20220601-231733
git checkout 04c295f7e8b49af742179609949736f6f056b49c
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@xxxxxxxxx>


sparse warnings: (new ones prefixed by >>)
drivers/thermal/thermal_core.c: note: in included file (through drivers/thermal/thermal_core.h):
>> drivers/thermal/thermal_debugfs.h:11:40: sparse: sparse: marked inline, but without a definition

vim +11 drivers/thermal/thermal_debugfs.h

2
3 #ifdef CONFIG_THERMAL_DEBUGFS
4 void thermal_debugfs_init(void);
5 void thermal_debugfs_cdev_register(struct thermal_cooling_device *cdev);
6 void thermal_debugfs_cdev_unregister(struct thermal_cooling_device *cdev);
7 void thermal_debugfs_tz_register(struct thermal_zone_device *tz);
8 void thermal_debugfs_tz_unregister(struct thermal_zone_device *tz);
9 void thermal_debugfs_cdev_transition(struct thermal_cooling_device *cdev, int state);
10 #else
> 11 static inline void thermal_debugfs_init(void);

--
0-DAY CI Kernel Test Service
https://01.org/lkp