]> www.infradead.org Git - users/willy/xarray.git/commitdiff
pstore/ramoops: Fix typo as there is no "reserver"
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 7 Aug 2024 21:00:29 +0000 (17:00 -0400)
committerKees Cook <kees@kernel.org>
Thu, 8 Aug 2024 17:51:33 +0000 (10:51 -0700)
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>
Documentation/admin-guide/ramoops.rst

index 6f534a707b2a46059e8d874bd35d3342b66ccf61..2eabef31220dcbbea038b8e09c2581a7a1fc3517 100644 (file)
@@ -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()