Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <luc@sietium.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/64b6749a.170a0220.3acab.2af9@mx.google.com
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>

authored by

Luc Ma and committed by
Christian König
7c5aa948 45b58669

+1 -1
+1 -1
drivers/dma-buf/dma-buf-sysfs-stats.c
··· 33 33 * into their address space. This necessitated the creation of the DMA-BUF sysfs 34 34 * statistics interface to provide per-buffer information on production systems. 35 35 * 36 - * The interface at ``/sys/kernel/dma-buf/buffers`` exposes information about 36 + * The interface at ``/sys/kernel/dmabuf/buffers`` exposes information about 37 37 * every DMA-BUF when ``CONFIG_DMABUF_SYSFS_STATS`` is enabled. 38 38 * 39 39 * The following stats are exposed by the interface: