On 1/30/20 8:06 PM, Stephen Rothwell wrote: > Hi all, > > Please do not add any v5.7 material to your linux-next included > branches until after v5.6-rc1 has been released. > > I am experimenting with a "make htmldocs" build at > the end of the day, but it currently has an error: > > docutils.utils.SystemMessage: Documentation/driver-api/thermal/cpu-idle-cooling.rst:95: (SEVERE/4) Unexpected section title. I sent a patch for that on 2020-JAN-20 but no one has replied to the patch: https://lore.kernel.org/linux-pm/712c1152-56b5-307f-b3f3-ed03a30b804a@xxxxxxxxxxxxx/ > Changes since 20200130: > on i386: when CONFIG_I2C is not set/enabled: ../drivers/watchdog/da9062_wdt.c: In function ‘da9062_wdt_restart’: ../drivers/watchdog/da9062_wdt.c:155:8: error: implicit declaration of function ‘i2c_smbus_write_byte_data’; did you mean ‘i2c_set_clientdata’? [-Werror=implicit-function-declaration] ret = i2c_smbus_write_byte_data(client, DA9062AA_CONTROL_F, ^~~~~~~~~~~~~~~~~~~~~~~~~ i2c_set_clientdata cc1: some warnings being treated as errors make[3]: *** [../scripts/Makefile.build:265: drivers/watchdog/da9062_wdt.o] Error 1 -- ~Randy Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>