On Tue, Jul 30, 2024 at 11:19 PM Jonathan Corbet <corbet@xxxxxxx> wrote: > > Dongliang Mu <mudongliangabcd@xxxxxxxxx> writes: > > > On Tue, Jul 30, 2024 at 8:59 AM kernel test robot <lkp@xxxxxxxxx> wrote: > >> > >> tree: git://git.lwn.net/linux.git docs-next > >> head: 60666fbc81ac91af2cf2f511d60859288f7ea8e5 > >> commit: e6a5af90f0a24f08445e3b8a11b727ac84a9520c [2/8] docs/zh_CN: add the translation of kbuild/headers_install.rst > >> reproduce: (https://download.01.org/0day-ci/archive/20240730/202407300812.1VvDFdxD-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/202407300812.1VvDFdxD-lkp@xxxxxxxxx/ > >> > >> All warnings (new ones prefixed by >>): > >> > >> Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt > >> Warning: Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml > >> Warning: Documentation/hwmon/g762.rst references a file that doesn't exist: Documentation/devicetree/bindings/hwmon/g762.txt > >> >> Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index > > > > This is my problem. > > > > But curious: why does my local `make htmldocs` not report this issue? > > I tested it locally again, but no such warning is reported. > > I'm guessing they are running scripts/documentation-file-ref-check. I > should probably do that more regularly myself... I see. Next time I will check this before sending patches. > > jon