From: Jonathan Neuschäfer Date: Sun, 29 Jan 2023 11:59:17 +0000 (+0100) Subject: dma-buf: Add "dma-buf" to title of documentation X-Git-Tag: v6.3-rc1~151^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ee6095fe885bd4374f7a562cb62eef4b80c1556;p=thirdparty%2Fkernel%2Flinux.git dma-buf: Add "dma-buf" to title of documentation 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 Link: https://lore.kernel.org/r/20230129115917.1229529-1-j.neuschaefer@gmx.net Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 622b8156d2127..61b6f42ed0f18 100644 --- a/Documentation/driver-api/dma-buf.rst +++ b/Documentation/driver-api/dma-buf.rst @@ -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