tree: https://github.com/intel/tdx.git guest-filter-upstream head: 6bcd8bef8871c6a80cb55b1cbb2651111da10890 commit: d0c26c6546ae5c1271597dc8fa1633456881afab [5/31] driver core: Add support to parse device authorize firmware reproduce: # https://github.com/intel/tdx/commit/d0c26c6546ae5c1271597dc8fa1633456881afab git remote add intel-tdx https://github.com/intel/tdx.git git fetch --no-tags intel-tdx guest-filter-upstream git checkout d0c26c6546ae5c1271597dc8fa1633456881afab 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> | Link: https://lore.kernel.org/oe-kbuild-all/202303091408.0yK4MVg7-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/driver-api/device-authorize.rst:30: WARNING: Missing matching underline for section title overline. vim +30 Documentation/driver-api/device-authorize.rst 29 > 30 ---------------------------------------------------- 31 | struct da_firmware_hdr | 32 | (type=0, count=2) | 33 ---------------------------------------------------- 34 | struct da_bus_hdr | 35 | (bus="pci", count=2) | 36 ---------------------------------------------------- 37 | struct da_pci_devce_id | 38 | | 39 ---------------------------------------------------- 40 | struct da_pci_device_id | 41 | | 42 ---------------------------------------------------- 43 | struct da_bus_hdr | 44 | (bus="platform", count=2) | 45 ---------------------------------------------------- 46 | struct da_bus_device_id | 47 | | 48 ---------------------------------------------------- 49 | struct da_bus_device_id | 50 | | 51 ---------------------------------------------------- 52 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests