diff options
| author | Baoquan He <bhe@redhat.com> | 2018-08-31 16:01:19 +0800 | 
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2018-08-31 16:22:12 -0600 | 
| commit | 74f0fc936c059e622e1a0c1006c7a7d2fcd29a58 (patch) | |
| tree | 969f6c1282d955f829169864824b8167546ae02b /Documentation/vm | |
| parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
| download | linux-74f0fc936c059e622e1a0c1006c7a7d2fcd29a58.tar.bz2 | |
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.rst | 14 | 
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.  |