]> Git Repo - linux.git/commitdiff
dma-buf: Fix the typo in DMA-BUF statistics doc
authorLuc Ma <[email protected]>
Tue, 18 Jul 2023 11:16:34 +0000 (19:16 +0800)
committerChristian König <[email protected]>
Thu, 27 Jul 2023 07:43:33 +0000 (09:43 +0200)
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]>
drivers/dma-buf/dma-buf-sysfs-stats.c

index 6cfbbf0720bdc634a6c645fa14700360fae5646d..b5b62e40ccc17ce773d73de71cc0db83e501777d 100644 (file)
@@ -33,7 +33,7 @@
  * into their address space. This necessitated the creation of the DMA-BUF sysfs
  * statistics interface to provide per-buffer information on production systems.
  *
- * The interface at ``/sys/kernel/dma-buf/buffers`` exposes information about
+ * The interface at ``/sys/kernel/dmabuf/buffers`` exposes information about
  * every DMA-BUF when ``CONFIG_DMABUF_SYSFS_STATS`` is enabled.
  *
  * The following stats are exposed by the interface:
This page took 0.056339 seconds and 4 git commands to generate.