public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning
@ 2025-10-16  2:09 Kriish Sharma
  2025-10-16 10:41 ` Bagas Sanjaya
  0 siblings, 1 reply; 2+ messages in thread
From: Kriish Sharma @ 2025-10-16  2:09 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, Randy Dunlap

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: 507211e3c7a1 ("Documentation: dma-buf: heaps: Add naming guidelines")
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
---
v2:
 - Corrected the Fixes tag per Bagas Sanjaya’s review.

v1: https://lore.kernel.org/all/20251015183402.1649988-1-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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16  2:09 [PATCH v2] htmldocs: userspace-api/dma-buf-heaps.rst: fix block quote warning Kriish Sharma
2025-10-16 10:41 ` Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox