dma-buf: Add "dma-buf" to title of documentation
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sun, 29 Jan 2023 11:59:17 +0000 (12:59 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 31 Jan 2023 20:56:05 +0000 (13:56 -0700)
To make it easier to find the dma-buf documentation when looking through
tables-of-contents etc., put the name "dma-buf" in the title.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20230129115917.1229529-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/dma-buf.rst

index 622b815..61b6f42 100644 (file)
@@ -1,5 +1,5 @@
-Buffer Sharing and Synchronization
-==================================
+Buffer Sharing and Synchronization (dma-buf)
+============================================
 
 The dma-buf subsystem provides the framework for sharing buffers for
 hardware (DMA) access across multiple device drivers and subsystems, and