tree: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next head: 3c56a8e682e94ee9ac48c1fb2153becb861c0f7d commit: a2d68a9f51c27051c4b84990ffbd2531a6024389 [37/37] hwmon: Introduce 64-bit energy attribute support reproduce: (https://download.01.org/0day-ci/archive/20250907/202509070312.GIIw6No7-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202509070312.GIIw6No7-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): WARNING: No kernel-doc for file ./include/linux/hid_bpf.h ERROR: Cannot find file ./include/linux/hid_bpf.h WARNING: No kernel-doc for file ./include/linux/hid_bpf.h ERROR: Cannot find file ./include/linux/hid.h WARNING: No kernel-doc for file ./include/linux/hid.h >> Documentation/hwmon/hwmon-kernel-api.rst:291: WARNING: Inline emphasis start-string without end-string. [docutils] ERROR: Cannot find file ./include/linux/i2c-atr.h WARNING: No kernel-doc for file ./include/linux/i2c-atr.h ERROR: Cannot find file ./include/linux/mutex.h ERROR: Cannot find file ./include/linux/mutex.h WARNING: No kernel-doc for file ./include/linux/mutex.h vim +291 Documentation/hwmon/hwmon-kernel-api.rst b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 274 bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 275 int read_func(struct device *dev, enum hwmon_sensor_types type, bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 276 u32 attr, int channel, long *val) bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 277 bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 278 Parameters: b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 279 dev: b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 280 Pointer to the hardware monitoring device. b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 281 type: b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 282 The sensor type. b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 283 attr: b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 284 Attribute identifier associated with a specific attribute. bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 285 For example, the attribute value for HWMON_T_INPUT would be bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 286 hwmon_temp_input. For complete mappings please see bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 287 include/linux/hwmon.h. b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 288 channel: b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 289 The sensor channel number. b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 290 val: b04f2f7d387b31 Documentation/hwmon/hwmon-kernel-api.txt Mauro Carvalho Chehab 2019-04-17 @291 Pointer to attribute value. a2d68a9f51c270 Documentation/hwmon/hwmon-kernel-api.rst Guenter Roeck 2024-08-28 292 For hwmon_energy64, 'val' is passed as long * but needs a2d68a9f51c270 Documentation/hwmon/hwmon-kernel-api.rst Guenter Roeck 2024-08-28 293 a typecast to s64 *. bf7153fd2c6f70 Documentation/hwmon/hwmon-kernel-api.txt Guenter Roeck 2016-06-23 294 :::::: The code at line 291 was first introduced by commit :::::: b04f2f7d387b3160883c2a1f5e2285483a791e82 docs: hwmon: convert remaining files to ReST format :::::: TO: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> :::::: CC: Guenter Roeck <linux@xxxxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki