diff options
author | Luc Ma <luc@sietium.com> | 2023-07-18 19:16:34 +0800 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2023-07-27 09:43:33 +0200 |
commit | 7c5aa9485871f61d19ad2cecbf4904ea05a39ec4 (patch) | |
tree | bcc9d6d05a350f773277162305aca39acd8a862a | |
parent | 45b58669e532bcdfd6e1593488d1f23eabd55428 (diff) |
dma-buf: Fix the typo in DMA-BUF statistics docdrm-misc-next-2023-07-27
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>
-rw-r--r-- | drivers/dma-buf/dma-buf-sysfs-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma-buf/dma-buf-sysfs-stats.c b/drivers/dma-buf/dma-buf-sysfs-stats.c index 6cfbbf0720bd..b5b62e40ccc1 100644 --- a/drivers/dma-buf/dma-buf-sysfs-stats.c +++ b/drivers/dma-buf/dma-buf-sysfs-stats.c @@ -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: |