Skip to content

Commit

Permalink
doc/guides: fix typo for cnxk platform
Browse files Browse the repository at this point in the history
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>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
herbelot authored and ovsrobot committed Jun 2, 2023
1 parent abaa473 commit bf08b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/platform/cnxk.rst
Expand Up @@ -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.

Expand Down

0 comments on commit bf08b6e

Please sign in to comment.