Skip to content

Commit f910ce5

Browse files
committed
mm/doc: fix a literal block markup
Literal blocks with :: markup should be indented, as otherwise Sphinx complains: Documentation/vm/hmm.rst:363: WARNING: Literal block expected; none found. Fixes: f7ebd9e ("mm/doc: add usage description for migrate_vma_*()") Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent 3eb6b31 commit f910ce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/vm/hmm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ between device driver specific code and shared common code:
360360
system memory page, locks the page with ``lock_page()``, and fills in the
361361
``dst`` array entry with::
362362

363-
dst[i] = migrate_pfn(page_to_pfn(dpage)) | MIGRATE_PFN_LOCKED;
363+
dst[i] = migrate_pfn(page_to_pfn(dpage)) | MIGRATE_PFN_LOCKED;
364364

365365
Now that the driver knows that this page is being migrated, it can
366366
invalidate device private MMU mappings and copy device private memory

0 commit comments

Comments
 (0)