diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2024-08-07 23:00:29 +0200 |
---|---|---|
committer | Kees Cook <kees@kernel.org> | 2024-08-08 19:51:33 +0200 |
commit | a7050ca724807a60e639da953a092cf8dc6d1bf7 (patch) | |
tree | 5c36d1b143104ee2407f3d60ba0a4e04a54680d7 | |
parent | Linux 6.11-rc2 (diff) | |
download | linux-a7050ca724807a60e639da953a092cf8dc6d1bf7.tar.xz linux-a7050ca724807a60e639da953a092cf8dc6d1bf7.zip |
pstore/ramoops: Fix typo as there is no "reserver"
For some reason my finger always hits the 'r' after typing "reserve".
Fix the typo in the Documentation example.
Fixes: d9d814eebb1ae ("pstore/ramoops: Add ramoops.mem_name= command line option")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Link: https://lore.kernel.org/r/20240807170029.3c1ff651@gandalf.local.home
Signed-off-by: Kees Cook <kees@kernel.org>
-rw-r--r-- | Documentation/admin-guide/ramoops.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/ramoops.rst b/Documentation/admin-guide/ramoops.rst index 6f534a707b2a..2eabef31220d 100644 --- a/Documentation/admin-guide/ramoops.rst +++ b/Documentation/admin-guide/ramoops.rst @@ -129,7 +129,7 @@ Setting the ramoops parameters can be done in several different manners: takes a size, alignment and name as arguments. The name is used to map the memory to a label that can be retrieved by ramoops. - reserver_mem=2M:4096:oops ramoops.mem_name=oops + reserve_mem=2M:4096:oops ramoops.mem_name=oops You can specify either RAM memory or peripheral devices' memory. However, when specifying RAM, be sure to reserve the memory by issuing memblock_reserve() |