2023-07-18 11:43:31

by Luc Ma

[permalink] [raw]
Subject: [PATCH v2] dma-buf: Fix the typo in DMA-BUF statistics doc

From: Luc Ma <[email protected]>

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]>
---
drivers/dma-buf/dma-buf-sysfs-stats.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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:
--
2.25.1



2023-07-27 08:16:10

by Christian König

[permalink] [raw]
Subject: Re: [PATCH v2] dma-buf: Fix the typo in DMA-BUF statistics doc

Am 18.07.23 um 13:16 schrieb Luc Ma:
> From: Luc Ma <[email protected]>
>
> 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]>

Reviewed and pushed to drm-misc-next.

Thanks,
Christian.

> ---
> drivers/dma-buf/dma-buf-sysfs-stats.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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: