linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dma-buf: remove unintended hyphen in the sysfs path
@ 2023-07-18  0:27 Luc Ma
  2023-07-18  6:39 ` Javier Martinez Canillas
  0 siblings, 1 reply; 3+ messages in thread
From: Luc Ma @ 2023-07-18  0:27 UTC (permalink / raw)
  To: Sumit Semwal, Christian König, linux-media, dri-devel,
	linaro-mm-sig, linux-kernel, onion0709

From: Luc Ma <luc@sietium.com>

Signed-off-by: Luc Ma <luc@sietium.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dma-buf: remove unintended hyphen in the sysfs path
  2023-07-18  0:27 [PATCH] dma-buf: remove unintended hyphen in the sysfs path Luc Ma
@ 2023-07-18  6:39 ` Javier Martinez Canillas
  2023-07-18  8:34   ` Luc Ma
  0 siblings, 1 reply; 3+ messages in thread
From: Javier Martinez Canillas @ 2023-07-18  6:39 UTC (permalink / raw)
  To: Luc Ma, Sumit Semwal, Christian König, linux-media,
	dri-devel, linaro-mm-sig, linux-kernel, onion0709

Luc Ma <onion0709@gmail.com> writes:

> From: Luc Ma <luc@sietium.com>
>
> Signed-off-by: Luc Ma <luc@sietium.com>
> ---

Even when is a trivial change I would add something as commit message, i.e:

"The kernel-doc mentions /sys/kernel/dma-buf/buffers but the correct path
is /sys/kernel/dmabuf/buffers instead. Fix the typo in the documentation".

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>

-- 
Best regards,

Javier Martinez Canillas
Core Platforms
Red Hat


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dma-buf: remove unintended hyphen in the sysfs path
  2023-07-18  6:39 ` Javier Martinez Canillas
@ 2023-07-18  8:34   ` Luc Ma
  0 siblings, 0 replies; 3+ messages in thread
From: Luc Ma @ 2023-07-18  8:34 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: Sumit Semwal, Christian König, linux-media, dri-devel,
	linaro-mm-sig, linux-kernel

Hi,


On Tue, 18 Jul 2023 at 14:39, Javier Martinez Canillas
<javierm@redhat.com> wrote:
>
> Luc Ma <onion0709@gmail.com> writes:
>
> > From: Luc Ma <luc@sietium.com>
> >
> > Signed-off-by: Luc Ma <luc@sietium.com>
> > ---
>
> Even when is a trivial change I would add something as commit message, i.e:
>
> "The kernel-doc mentions /sys/kernel/dma-buf/buffers but the correct path
> is /sys/kernel/dmabuf/buffers instead. Fix the typo in the documentation".
>
> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
>

thank you for the review, I'll add the above to v2

> --
> Best regards,
>
> Javier Martinez Canillas
> Core Platforms
> Red Hat
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-18  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18  0:27 [PATCH] dma-buf: remove unintended hyphen in the sysfs path Luc Ma
2023-07-18  6:39 ` Javier Martinez Canillas
2023-07-18  8:34   ` Luc Ma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).