Message ID | 20210205095506.29146-1-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | Awaiting Upstream |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net/mlx5: docs: correct section reference in table of contents | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | warning | 2 maintainers not CCed: davem@davemloft.net kuba@kernel.org |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 14 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
netdev/stable | success | Stable not CCed |
> From: Lukas Bulwahn <lukas.bulwahn@gmail.com> > Sent: Friday, February 5, 2021 3:25 PM > > Commit 142d93d12dc1 ("net/mlx5: Add devlink subfunction port > documentation") refers to a section 'mlx5 port function' in the table of > contents, but includes a section 'mlx5 function attributes' instead. > > Hence, make htmldocs warns: > > mlx5.rst:16: WARNING: Unknown target name: "mlx5 port function". > > Correct the section reference in table of contents to the actual name of > section in the documentation. > > Also, tune another section underline while visiting this document. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > --- > Saeed, please pick this patch for your -next tree on top of the commit above. > > .../networking/device_drivers/ethernet/mellanox/mlx5.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git > a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst > b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst > index a1b32fcd0d76..1b7e32d8a61b 100644 > --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst > +++ > b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst > @@ -13,12 +13,12 @@ Contents > - `Devlink info`_ > - `Devlink parameters`_ > - `mlx5 subfunction`_ > -- `mlx5 port function`_ > +- `mlx5 function attributes`_ > - `Devlink health reporters`_ > - `mlx5 tracepoints`_ > > Enabling the driver and kconfig options - > ================================================ > +======================================= > > | mlx5 core is modular and most of the major mlx5 core driver features can > be selected (compiled in/out) | at build time via kernel Kconfig flags. > -- > 2.17.1 Thanks. Reviewed-by: Parav Pandit <parav@nvidia.com>
On Fri, 2021-02-05 at 10:55 +0100, Lukas Bulwahn wrote: > Commit 142d93d12dc1 ("net/mlx5: Add devlink subfunction port > documentation") refers to a section 'mlx5 port function' in the table > of > contents, but includes a section 'mlx5 function attributes' instead. > > Hence, make htmldocs warns: > > mlx5.rst:16: WARNING: Unknown target name: "mlx5 port function". > > Correct the section reference in table of contents to the actual name > of > section in the documentation. > > Also, tune another section underline while visiting this document. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > --- > Saeed, please pick this patch for your -next tree on top of the > commit above. Applied to net-next-mlx5, Thanks, Saeed.
diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst index a1b32fcd0d76..1b7e32d8a61b 100644 --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst +++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst @@ -13,12 +13,12 @@ Contents - `Devlink info`_ - `Devlink parameters`_ - `mlx5 subfunction`_ -- `mlx5 port function`_ +- `mlx5 function attributes`_ - `Devlink health reporters`_ - `mlx5 tracepoints`_ Enabling the driver and kconfig options -================================================ +======================================= | mlx5 core is modular and most of the major mlx5 core driver features can be selected (compiled in/out) | at build time via kernel Kconfig flags.
Commit 142d93d12dc1 ("net/mlx5: Add devlink subfunction port documentation") refers to a section 'mlx5 port function' in the table of contents, but includes a section 'mlx5 function attributes' instead. Hence, make htmldocs warns: mlx5.rst:16: WARNING: Unknown target name: "mlx5 port function". Correct the section reference in table of contents to the actual name of section in the documentation. Also, tune another section underline while visiting this document. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- Saeed, please pick this patch for your -next tree on top of the commit above. .../networking/device_drivers/ethernet/mellanox/mlx5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)