Documentation: devlink: Add blank line padding on numbered lists in Devlink Port...
authorBagas Sanjaya <bagasdotme@gmail.com>
Mon, 21 Nov 2022 03:58:55 +0000 (10:58 +0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Nov 2022 12:44:13 +0000 (12:44 +0000)
commitc84f6f6c2bb5cd907cd1e770c5b29adb7bf2ae0e
tree25de735c171596a67b485036318d9d7411dff7b3
parentaf42736301cb8b4a949d3afa0dc9aaf89522601a
Documentation: devlink: Add blank line padding on numbered lists in Devlink Port documentation

kernel test robot reported indentation warnings:

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.

These warnings cause lists (arbitration flow for which the warnings blame to
and 3-step subfunction setup) to be rendered inline instead. Also, for the
former list, automatic list numbering is messed up.

Fix these warnings by adding missing blank line padding.

Link: https://lore.kernel.org/linux-doc/202211200926.kfOPiVti-lkp@intel.com/
Fixes: 242dd64375b80a ("Documentation: Add documentation for new devlink-rate attributes")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/devlink/devlink-port.rst