Skip to content

Commit 7c5aa94

Browse files
lucmannChristianKoenigAMD
authored andcommitted
dma-buf: Fix the typo in DMA-BUF statistics doc
The kernel-doc for DMA-BUF statistics mentions /sys/kernel/dma-buf/buffers but the correct path is /sys/kernel/dmabuf/buffers instead. Signed-off-by: Luc Ma <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Christian König <[email protected]> Signed-off-by: Christian König <[email protected]>
1 parent 45b5866 commit 7c5aa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma-buf/dma-buf-sysfs-stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* into their address space. This necessitated the creation of the DMA-BUF sysfs
3434
* statistics interface to provide per-buffer information on production systems.
3535
*
36-
* The interface at ``/sys/kernel/dma-buf/buffers`` exposes information about
36+
* The interface at ``/sys/kernel/dmabuf/buffers`` exposes information about
3737
* every DMA-BUF when ``CONFIG_DMABUF_SYSFS_STATS`` is enabled.
3838
*
3939
* The following stats are exposed by the interface:

0 commit comments

Comments
 (0)