diff options
author | chenqiwu <[email protected]> | 2020-04-06 20:08:33 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-04-07 10:43:41 -0700 |
commit | 552657b7b3343851916fde7e4fd6bfb6516d2bcb (patch) | |
tree | 654010cdc1370281a888afcf72f845efdf636994 /fs/d_path.c | |
parent | bc22b18b1f805dd785c408060f21aecb4c500ea5 (diff) |
mm: fix ambiguous comments for better code readability
The parameter of remap_pfn_range() @pfn passed from the caller is actually
a page-frame number converted by corresponding physical address of kernel
memory, the original comment is ambiguous that may mislead the users.
Meanwhile, there is an ambiguous typo "VMM" in the comment of
vm_area_struct. So fixing them will make the code more readable.
Signed-off-by: chenqiwu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/d_path.c')
0 files changed, 0 insertions, 0 deletions