Re: [PATCH v2] dma-buf: cma_heap: Fix typo in comment

2022-10-28 Thread Jonathan Corbet
Mark-PK Tsai writes: >> [-- Attachment #1: Type: text/plain, Size: 349 bytes --] >> >> On Fri, Oct 28, 2022 at 09:44:17AM +0800, Mark-PK Tsai wrote: >> > Remove duplicated "by" from comment in cma_heap_allocate(). >> > >> >> This patch isn't typofix but duplicate word stripping, right? If so,

Re: [PATCH v2] dma-buf: cma_heap: Fix typo in comment

2022-10-28 Thread Mark-PK Tsai
> [-- Attachment #1: Type: text/plain, Size: 349 bytes --] > > On Fri, Oct 28, 2022 at 09:44:17AM +0800, Mark-PK Tsai wrote: > > Remove duplicated "by" from comment in cma_heap_allocate(). > > > > This patch isn't typofix but duplicate word stripping, right? If so, the > patch subject should be

Re: [PATCH v2] dma-buf: cma_heap: Fix typo in comment

2022-10-27 Thread Bagas Sanjaya
On Fri, Oct 28, 2022 at 09:44:17AM +0800, Mark-PK Tsai wrote: > Remove duplicated "by" from comment in cma_heap_allocate(). > This patch isn't typofix but duplicate word stripping, right? If so, the patch subject should be "dma-buf: cma_heap: Remove duplicated 'by'". Thanks. -- An old man

[PATCH v2] dma-buf: cma_heap: Fix typo in comment

2022-10-27 Thread Mark-PK Tsai
Remove duplicated "by" from comment in cma_heap_allocate(). Signed-off-by: Mark-PK Tsai --- drivers/dma-buf/heaps/cma_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma-buf/heaps/cma_heap.c b/drivers/dma-buf/heaps/cma_heap.c index 28fb04eccdd0..cd386ce639f3