Skip to content

Commit aaff6bf

Browse files
sjp38dbaluta
authored andcommitted
Documentation/memory_mapping: Insert missing dash
The description of 'remap_pfn_range()' parameters inserts dash between the name of each parameter and the description but it is missed for 'pfn' parameter. This commit adds the missed dash for 'pfn'. Signed-off-by: SeongJae Park <sj38.park@gmail.com>
1 parent caa8374 commit aaff6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/labs/memory_mapping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ into the virtual space represented by :c:type:`vm_area_struct`:
208208
* *addr* - the virtual address space from where remapping begins; page
209209
tables for the virtual address space between addr and addr + size
210210
will be formed as needed
211-
* *pfn* the page frame number to which the virtual address should be
211+
* *pfn* - the page frame number to which the virtual address should be
212212
mapped
213213
* *size* - the size (in bytes) of the memory to be mapped
214214
* *prot* - protection flags for this mapping

0 commit comments

Comments
 (0)