linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning
@ 2025-10-15 18:34 Kriish Sharma
  2025-10-15 21:15 ` Randy Dunlap
  2025-10-16  0:01 ` Bagas Sanjaya
  0 siblings, 2 replies; 4+ messages in thread
From: Kriish Sharma @ 2025-10-15 18:34 UTC (permalink / raw)
  To: sumit.semwal, benjamin.gaignard, Brian.Starkey, jstultz,
	tjmercier, corbet
  Cc: linux-media, dri-devel, linaro-mm-sig, linux-doc, linux-kernel,
	Kriish Sharma

Fix the following warning encountered when running `make htmldocs`:

  Documentation/userspace-api/dma-buf-heaps.rst:29: WARNING: Block quote ends without a blank line; unexpected unindent

Added a blank line before the "Naming Convention" heading to comply with reST

Fixes: 1fdbb3ff1233 ("Add linux-next specific files for 20251015")
Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
---
 Documentation/userspace-api/dma-buf-heaps.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/userspace-api/dma-buf-heaps.rst b/Documentation/userspace-api/dma-buf-heaps.rst
index a0979440d2a4..c0035dc257e0 100644
--- a/Documentation/userspace-api/dma-buf-heaps.rst
+++ b/Documentation/userspace-api/dma-buf-heaps.rst
@@ -26,6 +26,7 @@ following heaps:
    ``DMABUF_HEAPS_CMA_LEGACY`` Kconfig option is set, a duplicate node is
    created following legacy naming conventions; the legacy name might be
    ``reserved``, ``linux,cma``, or ``default-pool``.
+
 Naming Convention
 =================
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-16  2:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 18:34 [PATCH] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning Kriish Sharma
2025-10-15 21:15 ` Randy Dunlap
2025-10-16  0:01 ` Bagas Sanjaya
2025-10-16  2:15   ` Kriish Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).