Skip to content

Commit

Permalink
doc: fix typo in cnxk platform guide
Browse files Browse the repository at this point in the history
[ upstream commit 443000992bc937d4686a37e4eef9c66b6b3ce642 ]

The Linux kernel option has an added underscore.

Fixes: 14ad4f0 ("doc: add Marvell OCTEON TX2 platform guide")

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
  • Loading branch information
herbelot authored and kevintraynor committed Jul 11, 2023
1 parent a562895 commit 1173611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/platform/cnxk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,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.

Expand Down

0 comments on commit 1173611

Please sign in to comment.