On 7/26/23 13:39, kernel test robot wrote:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next
head: c944c8c532f7bd6d9e52ee3e2e97dcdd9c6014c0
commit: 33faa6fcc93f78e6b0e9b5aaf986446ac3c34047 [35/36] hwmon: Add driver for Renesas HS3001
reproduce: (https://download.01.org/0day-ci/archive/20230727/202307270449.YQ4vCUwO-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/202307270449.YQ4vCUwO-lkp@xxxxxxxxx/
All warnings (new ones prefixed by >>):
Documentation/hwmon/hs3001.rst:4: WARNING: Title underline too short.
Documentation/hwmon/hs3001.rst:34: WARNING: Missing matching underline for section title overline.
Andre - no need to send a fix. I fixed it up.
Guenter
vim +4 Documentation/hwmon/hs3001.rst
2
3 Kernel driver HS3001
> 4 ===================
5
6 Supported chips:
7
8 * Renesas HS3001, HS3002, HS3003, HS3004
9
10 Prefix: 'hs3001'
11
12 Addresses scanned: -
13
14 Datasheet: https://www.renesas.com/us/en/document/dst/hs300x-datasheet?r=417401
15
16 Author:
17
18 - Andre Werner <andre.werner@xxxxxxxxxxxxxxxxxxxxx>
19
20 Description
21 -----------
22
23 This driver implements support for the Renesas HS3001 chips, a humidity
24 and temperature family. Temperature is measured in degrees celsius, relative
25 humidity is expressed as a percentage. In the sysfs interface, all values are
26 scaled by 1000, i.e. the value for 31.5 degrees celsius is 31500.
27
28 The device communicates with the I2C protocol. Sensors have the I2C
29 address 0x44 by default.
30
31 sysfs-Interface
32 ---------------
33
> 34 ===============================================================================