Re: [PATCH] dma-buf: remove unintended hyphen in the sysfs path

2023-07-18 Thread Luc Ma
Hi, On Tue, 18 Jul 2023 at 14:39, Javier Martinez Canillas wrote: > > Luc Ma writes: > > > From: Luc Ma > > > > Signed-off-by: Luc Ma > > --- > > 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 correc

Re: [PATCH] dma-buf: remove unintended hyphen in the sysfs path

2023-07-17 Thread Javier Martinez Canillas
Luc Ma writes: > From: Luc Ma > > Signed-off-by: Luc Ma > --- 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". Revie

[PATCH] dma-buf: remove unintended hyphen in the sysfs path

2023-07-17 Thread Luc Ma
From: Luc Ma Signed-off-by: Luc Ma --- 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-s