Hi all,
After merging the net-next tree, today's linux-next build (htmldocs)
produced this 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).
.. list-table:: Generic parameters implemented
* - Name
- Mode
- Validation
* - ``enable_roce``
- driverinit
* - ``io_eq_size``
- driverinit
- The range is between 64 and 4096.
* - ``event_eq_size``
- driverinit
- The range is between 64 and 4096.
* - ``max_macs``
- driverinit
- The range is between 1 and 2^31. Only power of 2 values are supported.
Introduced by commit
0844fa5f7b89 ("net/mlx5: Let user configure io_eq_size param")
--
Cheers,
Stephen Rothwell
On Fri, Jan 07, 2022 at 02:57:49AM +1100, Stephen Rothwell wrote:
>Hi all,
>
>After merging the net-next tree, today's linux-next build (htmldocs)
>produced this 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).
>
...
>Introduced by commit
>
> 0844fa5f7b89 ("net/mlx5: Let user configure io_eq_size param")
>
Thanks for the report, I just submitted a fix to net-next.