diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2023-01-29 12:59:17 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-01-31 13:56:05 -0700 |
commit | 7ee6095fe885bd4374f7a562cb62eef4b80c1556 (patch) | |
tree | a072d8e2520d77482bb6fe875428f1f048132362 /Documentation/driver-api/dma-buf.rst | |
parent | 3bdd9f075f54fea81572ef4d6f4edaef0027b5bc (diff) | |
download | linux-stable-7ee6095fe885bd4374f7a562cb62eef4b80c1556.tar.gz linux-stable-7ee6095fe885bd4374f7a562cb62eef4b80c1556.tar.bz2 linux-stable-7ee6095fe885bd4374f7a562cb62eef4b80c1556.zip |
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 <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>
Diffstat (limited to 'Documentation/driver-api/dma-buf.rst')
-rw-r--r-- | Documentation/driver-api/dma-buf.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 622b8156d212..61b6f42ed0f1 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 |