doc/guides: fix typo for cnxk platform

Message ID 20230602162145.3403818-1-thierry.herbelot@6wind.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers
Series doc/guides: fix typo for cnxk platform |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/iol-mellanox-Performance success Performance Testing PASS
ci/intel-Testing success Testing PASS
ci/github-robot: build fail github build: failed
ci/iol-testing success Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-abi-testing success Testing PASS
ci/iol-aarch-unit-testing success Testing PASS
ci/iol-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS

Commit Message

Thierry Herbelot June 2, 2023, 4:21 p.m. UTC
  The Linux kernel option has an added underscore.

Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
 doc/guides/platform/cnxk.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Jerin Jacob June 5, 2023, 6:58 a.m. UTC | #1
On Fri, Jun 2, 2023 at 9:52 PM Thierry Herbelot
<thierry.herbelot@6wind.com> wrote:
>
> The Linux kernel option has an added underscore.
>
> Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>


fixed following issues while merging.

Applied to dpdk-next-net-mrvl/for-next-net. Thanks

Wrong tag:
        Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
Wrong 'Fixes' reference:
        Fixes: 14ad4f01845331a ('doc: add Marvell OCTEON TX2 platform guide')
Is it candidate for Cc: stable@dpdk.org backport?
        doc/guides: fix typo for cnxk platform

Invalid patch(es) found - checked 1 patch
check-git-log failed


> ---
>  doc/guides/platform/cnxk.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst
> index 4a1966c66bae..b3aa4de09d0a 100644
> --- a/doc/guides/platform/cnxk.rst
> +++ b/doc/guides/platform/cnxk.rst
> @@ -258,7 +258,7 @@ context or stats using debugfs.
>
>  Enable ``debugfs`` by:
>
> -1. Compile kernel with debugfs enabled, i.e ``CONFIG_DEBUGFS=y``.
> +1. Compile kernel with debugfs enabled, i.e ``CONFIG_DEBUG_FS=y``.
>  2. Boot OCTEON CN9K/CN10K with debugfs supported kernel.
>  3. Verify ``debugfs`` mounted by default "mount | grep -i debugfs" or mount it manually by using.
>
> --
> 2.39.2
>
  

Patch

diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst
index 4a1966c66bae..b3aa4de09d0a 100644
--- a/doc/guides/platform/cnxk.rst
+++ b/doc/guides/platform/cnxk.rst
@@ -258,7 +258,7 @@  context or stats using debugfs.
 
 Enable ``debugfs`` by:
 
-1. Compile kernel with debugfs enabled, i.e ``CONFIG_DEBUGFS=y``.
+1. Compile kernel with debugfs enabled, i.e ``CONFIG_DEBUG_FS=y``.
 2. Boot OCTEON CN9K/CN10K with debugfs supported kernel.
 3. Verify ``debugfs`` mounted by default "mount | grep -i debugfs" or mount it manually by using.