Hi Rae,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 906f02e42adfbd5ae70d328ee71656ecb602aaf5]
url: https://github.com/intel-lab-lkp/linux/commits/Rae-Moar/ktap_v2-add-test-met... base: 906f02e42adfbd5ae70d328ee71656ecb602aaf5 patch link: https://lore.kernel.org/r/20230420205734.1288498-1-rmoar%40google.com patch subject: [KTAP V2 PATCH] ktap_v2: add test metadata reproduce: # https://github.com/intel-lab-lkp/linux/commit/9a01de0a8d8f9f09023184d9df00aa... git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Rae-Moar/ktap_v2-add-test-metadata/20230421-045838 git checkout 9a01de0a8d8f9f09023184d9df00aa98a559c871 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@intel.com | Link: https://lore.kernel.org/oe-kbuild-all/202304221132.H0D5OLHS-lkp@intel.com/
All warnings (new ones prefixed by >>):
Documentation/dev-tools/ktap.rst:184: WARNING: Unexpected indentation. Documentation/dev-tools/ktap.rst:185: WARNING: Block quote ends without a blank line; unexpected unindent.
vim +184 Documentation/dev-tools/ktap.rst
181 182 There are a few currently recognized metadata types: 183 - "# Subtest: <test_name>" to indicate test name (name must match
184 corresponding result line) 185 - "# Attributes: <attributes list>" to indicate test attributes (list
186 separated by commas) 187 - "# File: <file_path>" to indicate file used in testing 188