[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220802201955.8634-1-wangborong@cdjrlc.com>
Date: Wed, 3 Aug 2022 04:19:55 +0800
From: Jason Wang <wangborong@...rlc.com>
To: christian.koenig@....com
Cc: sumit.semwal@...aro.org, benjamin.gaignard@...labora.com,
lmark@...eaurora.org, labbott@...hat.com, Brian.Starkey@....com,
jstultz@...gle.com, linux-media@...r.kernel.org,
dri-devel@...ts.freedesktop.org, linaro-mm-sig@...ts.linaro.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] dma-buf: heaps: Fix comment typo
The double `by' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
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
--- a/drivers/dma-buf/heaps/cma_heap.c
+++ b/drivers/dma-buf/heaps/cma_heap.c
@@ -316,7 +316,7 @@ static struct dma_buf *cma_heap_allocate(struct dma_heap *heap,
kunmap_atomic(vaddr);
/*
* Avoid wasting time zeroing memory if the process
- * has been killed by by SIGKILL
+ * has been killed by SIGKILL
*/
if (fatal_signal_pending(current))
goto free_cma;
--
2.35.1
Powered by blists - more mailing lists