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

2022-10-27 Thread Mark-PK Tsai
Fix typo in comment. 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 100644 ---

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

2022-10-27 Thread Bagas Sanjaya
On Thu, Oct 27, 2022 at 03:26:38PM +0800, Mark-PK Tsai wrote: > Fix typo in comment. > Comment on what function? I had to see the diff context. > Signed-off-by: Mark-PK Tsai > --- > drivers/dma-buf/heaps/cma_heap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

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

2022-10-27 Thread AngeloGioacchino Del Regno
Il 27/10/22 09:26, Mark-PK Tsai ha scritto: Fix typo in comment. Signed-off-by: Mark-PK Tsai Reviewed-by: AngeloGioacchino Del Regno