diff mbox series

dma-buf: heaps: Delete repeated word

Message ID 0c1649d3a7eca54b639b3990c186f482@208suo.com (mailing list archive)
State New, archived
Headers show
Series dma-buf: heaps: Delete repeated word | expand

Commit Message

zhumao001@208suo.com June 18, 2023, 2:50 p.m. UTC
Delete one of the rebundant word in comment.

Signed-off-by: Zhu Mao <zhumao001@208suo.com>
---
  drivers/dma-buf/heaps/cma_heap.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

                  goto free_cma;

Comments

Bagas Sanjaya June 21, 2023, 8:58 a.m. UTC | #1
On Sun, Jun 18, 2023 at 10:50:43PM +0800, zhumao001@208suo.com wrote:
> 
> Delete one of the rebundant word in comment.
> 
> Signed-off-by: Zhu Mao <zhumao001@208suo.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 a7f048048864..80bc95955188 100644
> --- a/drivers/dma-buf/heaps/cma_heap.c
> +++ b/drivers/dma-buf/heaps/cma_heap.c
> @@ -319,7 +319,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;

Your patch can't be applied because you sent it with Roundcube, which
mangles whitespace. Please resend with git-send-email(1) instead. And
don't send patches as HTML email, either, because many mailing lists
bar HTML mails.

Bye!
diff mbox series

Patch

diff --git a/drivers/dma-buf/heaps/cma_heap.c 
b/drivers/dma-buf/heaps/cma_heap.c
index a7f048048864..80bc95955188 100644
--- a/drivers/dma-buf/heaps/cma_heap.c
+++ b/drivers/dma-buf/heaps/cma_heap.c
@@ -319,7 +319,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))