Skip to content

Commit a7050ca

Browse files
rostedtkees
authored andcommitted
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: d9d814e ("pstore/ramoops: Add ramoops.mem_name= command line option") Signed-off-by: Steven Rostedt (Google) <[email protected]> Acked-by: Mike Rapoport (Microsoft) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]>
1 parent de9c2c6 commit a7050ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/ramoops.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Setting the ramoops parameters can be done in several different manners:
129129
takes a size, alignment and name as arguments. The name is used
130130
to map the memory to a label that can be retrieved by ramoops.
131131

132-
reserver_mem=2M:4096:oops ramoops.mem_name=oops
132+
reserve_mem=2M:4096:oops ramoops.mem_name=oops
133133

134134
You can specify either RAM memory or peripheral devices' memory. However, when
135135
specifying RAM, be sure to reserve the memory by issuing memblock_reserve()

0 commit comments

Comments
 (0)