tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: e2f86c02fdc96ca29ced53221a3cbf50aa6f8b49 commit: f07b2b3f9d47fea308af3ae05613b6b4801e68a3 [4700/8766] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f07b2b3f9d47fea308af3ae05613b6b4801e68a3 git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout f07b2b3f9d47fea308af3ae05613b6b4801e68a3 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> All warnings (new ones prefixed by >>): >> Documentation/riscv/uabi.rst:24: WARNING: Enumerated list ends without a blank line; unexpected unindent. vim +24 Documentation/riscv/uabi.rst 13 14 #. Single-letter extensions come first, in canonical order. 15 The canonical order is "IMAFDQLCBKJTPVH". 16 17 #. All multi-letter extensions will be separated from other extensions by an 18 underscore. 19 20 #. Additional standard extensions (starting with 'Z') will be sorted after 21 single-letter extensions and before any higher-privileged extensions. 22 23 #. For additional standard extensions, the first letter following the 'Z' > 24 conventionally indicates the most closely related alphabetical 25 extension category. If multiple 'Z' extensions are named, they will be ordered 26 first by category, in canonical order, as listed above, then alphabetically 27 within a category. 28 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests