diff mbox series

pin_user_pages: fix underline length

Message ID 20240607064657.681997-1-wangkefeng.wang@huawei.com (mailing list archive)
State New
Headers show
Series pin_user_pages: fix underline length | expand

Commit Message

Kefeng Wang June 7, 2024, 6:46 a.m. UTC
Documentation/core-api/pin_user_pages.rst:200: WARNING: Title underline too short.
folio_maybe_dma_pinned(): the whole point of pinning
===================================================

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---

Andrew, please help to squash this into  "mm: remove page_mkclean()",
thansk.

 Documentation/core-api/pin_user_pages.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/core-api/pin_user_pages.rst b/Documentation/core-api/pin_user_pages.rst
index 4e997b0b8487..c16ca163b55e 100644
--- a/Documentation/core-api/pin_user_pages.rst
+++ b/Documentation/core-api/pin_user_pages.rst
@@ -197,7 +197,7 @@  INCORRECT (uses FOLL_GET calls):
     put_page()
 
 folio_maybe_dma_pinned(): the whole point of pinning
-===================================================
+====================================================
 
 The whole point of marking folios as "DMA-pinned" or "gup-pinned" is to be able
 to query, "is this folio DMA-pinned?" That allows code such as folio_mkclean()