From: kernel test robot <lkp@intel.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>,
rjw@rjwysocki.net, lukasz.luba@arm.com
Cc: oe-kbuild-all@lists.linux.dev, rui.zhang@intel.com,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH v1 1/2] thermal/debugfs: Add thermal cooling device debugfs information
Date: Wed, 13 Dec 2023 15:57:41 +0800 [thread overview]
Message-ID: <202312131518.2Fjrrxot-lkp@intel.com> (raw)
In-Reply-To: <20231212161047.1631077-1-daniel.lezcano@linaro.org>
Hi Daniel,
kernel test robot noticed the following build errors:
[auto build test ERROR on rafael-pm/thermal]
[also build test ERROR on linus/master v6.7-rc5 next-20231213]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Daniel-Lezcano/thermal-debugfs-Add-thermal-debugfs-information-for-mitigation-episodes/20231213-001321
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git thermal
patch link: https://lore.kernel.org/r/20231212161047.1631077-1-daniel.lezcano%40linaro.org
patch subject: [PATCH v1 1/2] thermal/debugfs: Add thermal cooling device debugfs information
config: i386-defconfig (https://download.01.org/0day-ci/archive/20231213/202312131518.2Fjrrxot-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231213/202312131518.2Fjrrxot-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/202312131518.2Fjrrxot-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/thermal/thermal_core.h:16:0,
from drivers/thermal/thermal_core.c:27:
drivers/thermal/thermal_debugfs.h: In function 'thermal_debug_cdev_add':
>> drivers/thermal/thermal_debugfs.h:10:50: error: parameter name omitted
static inline void thermal_debug_cdev_add(struct thermal_cooling_device *) {}
^~~~~~~~~~~~~~~~~~~~~~
drivers/thermal/thermal_debugfs.h: In function 'thermal_debug_cdev_remove':
drivers/thermal/thermal_debugfs.h:11:53: error: parameter name omitted
static inline void thermal_debug_cdev_remove(struct thermal_cooling_device *) {}
^~~~~~~~~~~~~~~~~~~~~~
drivers/thermal/thermal_debugfs.h: In function 'thermal_debug_cdev_transition':
drivers/thermal/thermal_debugfs.h:12:57: error: parameter name omitted
static inline void thermal_debug_cdev_transition(struct thermal_cooling_device *, int) {}
^~~~~~~~~~~~~~~~~~~~~~
drivers/thermal/thermal_debugfs.h:12:57: error: parameter name omitted
vim +10 drivers/thermal/thermal_debugfs.h
2
3 #ifdef CONFIG_THERMAL_DEBUGFS
4 void thermal_debug_init(void);
5 void thermal_debug_cdev_add(struct thermal_cooling_device *cdev);
6 void thermal_debug_cdev_remove(struct thermal_cooling_device *cdev);
7 void thermal_debug_cdev_transition(struct thermal_cooling_device *cdev, int state);
8 #else
9 static inline void thermal_debug_init(void) {}
> 10 static inline void thermal_debug_cdev_add(struct thermal_cooling_device *) {}
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-12-13 7:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 16:10 [PATCH v1 1/2] thermal/debugfs: Add thermal cooling device debugfs information Daniel Lezcano
2023-12-12 16:10 ` [PATCH v1 2/2] thermal/debugfs: Add thermal debugfs information for mitigation episodes Daniel Lezcano
2023-12-13 1:52 ` [PATCH v1 1/2] thermal/debugfs: Add thermal cooling device debugfs information kernel test robot
2023-12-13 7:57 ` kernel test robot [this message]
2023-12-14 21:33 ` Rafael J. Wysocki
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=202312131518.2Fjrrxot-lkp@intel.com \
--to=lkp@intel.com \
--cc=daniel.lezcano@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=lukasz.luba@arm.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rjw@rjwysocki.net \
--cc=rui.zhang@intel.com \
/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