Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Steven Rostedt and committed by
Kees Cook
a7050ca7 de9c2c66

+1 -1
+1 -1
Documentation/admin-guide/ramoops.rst
··· 129 129 takes a size, alignment and name as arguments. The name is used 130 130 to map the memory to a label that can be retrieved by ramoops. 131 131 132 - reserver_mem=2M:4096:oops ramoops.mem_name=oops 132 + reserve_mem=2M:4096:oops ramoops.mem_name=oops 133 133 134 134 You can specify either RAM memory or peripheral devices' memory. However, when 135 135 specifying RAM, be sure to reserve the memory by issuing memblock_reserve()