tree: https://github.com/ammarfaizi2/linux-block netdev/net-next/main head: 8bd8dcc5e47f0f9dc40187c3b8b42d992181eee1 commit: 242dd64375b80aecd7eacb1e7c4b052c481c15e7 [28/37] Documentation: Add documentation for new devlink-rate attributes reproduce: # https://github.com/ammarfaizi2/linux-block/commit/242dd64375b80aecd7eacb1e7c4b052c481c15e7 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block netdev/net-next/main git checkout 242dd64375b80aecd7eacb1e7c4b052c481c15e7 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 All warnings (new ones prefixed by >>): >> Documentation/networking/devlink/devlink-port.rst:220: WARNING: Unexpected indentation. >> Documentation/networking/devlink/devlink-port.rst:222: WARNING: Block quote ends without a blank line; unexpected unindent. vim +220 Documentation/networking/devlink/devlink-port.rst 217 218 Arbitration flow from the high level: 219 #. Choose a node, or group of nodes with the highest priority that stays > 220 within the BW limit and are not blocked. Use ``tx_priority`` as a 221 parameter for this arbitration. > 222 #. If group of nodes have the same priority perform WFQ arbitration on 223 that subgroup. Use ``tx_weight`` as a parameter for this arbitration. 224 #. Select the winner node, and continue arbitration flow among it's children, 225 until leaf node is reached, and the winner is established. 226 #. If all the nodes from the highest priority sub-group are satisfied, or 227 overused their assigned BW, move to the lower priority nodes. 228 -- 0-DAY CI Kernel Test Service https://01.org/lkp