diff options
author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2023-09-14 15:37:29 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2023-09-24 05:45:26 +0200 |
commit | 5ee1a430479914e694584f83a4972e373e3b4c6c (patch) | |
tree | d2d57569d6a2319f1cfabd638591258c66e84760 /Documentation/admin-guide | |
parent | docs: pstore-blk.rst: use "about" as a preposition after "care" (diff) | |
download | linux-5ee1a430479914e694584f83a4972e373e3b4c6c.tar.xz linux-5ee1a430479914e694584f83a4972e373e3b4c6c.zip |
docs: pstore-blk.rst: fix typo, s/console/ftrace
The author referred to the ftrace log, but mentioned console log
instead. Fix the typo.
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20230914133729.1956907-2-tudor.ambarus@linaro.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/pstore-blk.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/pstore-blk.rst b/Documentation/admin-guide/pstore-blk.rst index 1df5d4f93219..1bb2a1c292aa 100644 --- a/Documentation/admin-guide/pstore-blk.rst +++ b/Documentation/admin-guide/pstore-blk.rst @@ -111,7 +111,7 @@ ftrace_size ~~~~~~~~~~~ The chunk size in KB for ftrace front-end. It **MUST** be a multiple of 4. -It's optional if you do not care about the console log. +It's optional if you do not care about the ftrace log. Similar to oops front-end, there are multiple chunks for ftrace front-end depending on the count of cpu processors. Each chunk size is equal to |