]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: devlink: mlx5.rst: Fix htmldoc build warning
authorSaeed Mahameed <saeedm@nvidia.com>
Thu, 6 Jan 2022 23:07:07 +0000 (15:07 -0800)
committerSaeed Mahameed <saeedm@nvidia.com>
Fri, 7 Jan 2022 00:22:55 +0000 (16:22 -0800)
commitcf88e7ac3bbc46b07e121b9cbcda15e864b8686d
treef80bfbce8d0d4a13bcabe7bec07213f15e8be44b
parentae048fa194505a514463b4ef211686d500944a09
Documentation: devlink: mlx5.rst: Fix htmldoc build warning

Fix the following build warning:

Documentation/networking/devlink/mlx5.rst:13: WARNING: Error parsing content block for the "list-table" directive:
+uniform two-level bullet list expected, but row 2 does not contain the same number of items as row 1 (2 vs 3).
...

Add the missing item in the first row.

Fixes: e87cbceaa6ae ("net/mlx5: Let user configure io_eq_size param")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Documentation/networking/devlink/mlx5.rst