aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm
diff options
context:
space:
mode:
authorBaoquan He <bhe@redhat.com>2018-08-31 16:01:19 +0800
committerJonathan Corbet <corbet@lwn.net>2018-08-31 16:22:12 -0600
commit74f0fc936c059e622e1a0c1006c7a7d2fcd29a58 (patch)
tree969f6c1282d955f829169864824b8167546ae02b /Documentation/vm
parentLinux 4.19-rc1 (diff)
downloadlinux-dev-74f0fc936c059e622e1a0c1006c7a7d2fcd29a58.tar.xz
linux-dev-74f0fc936c059e622e1a0c1006c7a7d2fcd29a58.zip
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: Baoquan He <bhe@redhat.com> [ jc: fixed alignment after the changed line ] Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r--Documentation/vm/hmm.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/vm/hmm.rst b/Documentation/vm/hmm.rst
index cdf3911582c8..44205f0b671f 100644
--- a/Documentation/vm/hmm.rst
+++ b/Documentation/vm/hmm.rst
@@ -194,13 +194,13 @@ use either::
unsigned long start,
unsigned long end,
hmm_pfn_t *pfns);
- int hmm_vma_fault(struct vm_area_struct *vma,
- struct hmm_range *range,
- unsigned long start,
- unsigned long end,
- hmm_pfn_t *pfns,
- bool write,
- bool block);
+ int hmm_vma_fault(struct vm_area_struct *vma,
+ struct hmm_range *range,
+ unsigned long start,
+ unsigned long end,
+ hmm_pfn_t *pfns,
+ bool write,
+ bool block);
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.