On Wed, May 03, 2023 at 04:42:46PM +0700, Bagas Sanjaya wrote: > Sphinx reports htmldocs warnings: > > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:287: WARNING: Unexpected indentation. > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:288: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:290: WARNING: Unexpected indentation. > > Fix above warnings by wrapping diagnostic devlink commands in "vnic > reporter" section in code blocks to be consistent with other devlink > command snippets. > > Fixes: b0bc615df488ab ("net/mlx5: Add vnic devlink health reporter to PFs/VFs") > Fixes: cf14af140a5ad0 ("net/mlx5e: Add vnic devlink health reporter to representors") > Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> > --- > .../device_drivers/ethernet/mellanox/mlx5/devlink.rst | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>