Commit 74f0fc93 authored by Baoquan He's avatar Baoquan He Committed by Jonathan Corbet

docs/vm/hmm.rst: Add missed space

This space missing caused the colour scheme in vim editor messy
after that line. Add it to fix.
Signed-off-by: default avatarBaoquan He <bhe@redhat.com>
[ jc: fixed alignment after the changed line ]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5b394b2d
...@@ -194,13 +194,13 @@ use either:: ...@@ -194,13 +194,13 @@ use either::
unsigned long start, unsigned long start,
unsigned long end, unsigned long end,
hmm_pfn_t *pfns); hmm_pfn_t *pfns);
int hmm_vma_fault(struct vm_area_struct *vma, int hmm_vma_fault(struct vm_area_struct *vma,
struct hmm_range *range, struct hmm_range *range,
unsigned long start, unsigned long start,
unsigned long end, unsigned long end,
hmm_pfn_t *pfns, hmm_pfn_t *pfns,
bool write, bool write,
bool block); bool block);
The first one (hmm_vma_get_pfns()) will only fetch present CPU page table The first one (hmm_vma_get_pfns()) will only fetch present CPU page table
entries and will not trigger a page fault on missing or non-present entries. entries and will not trigger a page fault on missing or non-present entries.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment