All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-28  6:55 ` Mark-PK Tsai
  0 siblings, 0 replies; 12+ messages in thread
From: Mark-PK Tsai @ 2022-10-28  6:55 UTC (permalink / raw)
  To: Sumit Semwal, Benjamin Gaignard, Liam Mark, Laura Abbott,
	Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, Mark-PK Tsai, linux-media, dri-devel, linaro-mm-sig,
	linux-kernel, linux-arm-kernel, linux-mediatek

Remove duplicated 'by' from comment in cma_heap_allocate().

Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.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.18.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-28  6:55 ` Mark-PK Tsai
  0 siblings, 0 replies; 12+ messages in thread
From: Mark-PK Tsai @ 2022-10-28  6:55 UTC (permalink / raw)
  To: Sumit Semwal, Benjamin Gaignard, Liam Mark, Laura Abbott,
	Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, linux-kernel, dri-devel, linaro-mm-sig,
	linux-mediatek, linux-arm-kernel, Mark-PK Tsai, linux-media

Remove duplicated 'by' from comment in cma_heap_allocate().

Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.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.18.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-28  6:55 ` Mark-PK Tsai
  0 siblings, 0 replies; 12+ messages in thread
From: Mark-PK Tsai @ 2022-10-28  6:55 UTC (permalink / raw)
  To: Sumit Semwal, Benjamin Gaignard, Liam Mark, Laura Abbott,
	Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, Mark-PK Tsai, linux-media, dri-devel, linaro-mm-sig,
	linux-kernel, linux-arm-kernel, linux-mediatek

Remove duplicated 'by' from comment in cma_heap_allocate().

Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.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.18.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
  2022-10-28  6:55 ` Mark-PK Tsai
  (?)
@ 2022-10-28 13:31   ` Mukesh Ojha
  -1 siblings, 0 replies; 12+ messages in thread
From: Mukesh Ojha @ 2022-10-28 13:31 UTC (permalink / raw)
  To: Mark-PK Tsai, Sumit Semwal, Benjamin Gaignard, Liam Mark,
	Laura Abbott, Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, linux-media, dri-devel, linaro-mm-sig, linux-kernel,
	linux-arm-kernel, linux-mediatek

Hi,

On 10/28/2022 12:25 PM, Mark-PK Tsai wrote:
> Remove duplicated 'by' from comment in cma_heap_allocate().
> 
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.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;


LGTM.

Reviewed-By: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-28 13:31   ` Mukesh Ojha
  0 siblings, 0 replies; 12+ messages in thread
From: Mukesh Ojha @ 2022-10-28 13:31 UTC (permalink / raw)
  To: Mark-PK Tsai, Sumit Semwal, Benjamin Gaignard, Liam Mark,
	Laura Abbott, Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, linux-media, dri-devel, linaro-mm-sig, linux-kernel,
	linux-arm-kernel, linux-mediatek

Hi,

On 10/28/2022 12:25 PM, Mark-PK Tsai wrote:
> Remove duplicated 'by' from comment in cma_heap_allocate().
> 
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.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;


LGTM.

Reviewed-By: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-28 13:31   ` Mukesh Ojha
  0 siblings, 0 replies; 12+ messages in thread
From: Mukesh Ojha @ 2022-10-28 13:31 UTC (permalink / raw)
  To: Mark-PK Tsai, Sumit Semwal, Benjamin Gaignard, Liam Mark,
	Laura Abbott, Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, linux-kernel, dri-devel, linaro-mm-sig,
	linux-mediatek, linux-arm-kernel, linux-media

Hi,

On 10/28/2022 12:25 PM, Mark-PK Tsai wrote:
> Remove duplicated 'by' from comment in cma_heap_allocate().
> 
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.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;


LGTM.

Reviewed-By: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
  2022-10-28  6:55 ` Mark-PK Tsai
  (?)
@ 2022-10-28 16:34   ` John Stultz
  -1 siblings, 0 replies; 12+ messages in thread
From: John Stultz @ 2022-10-28 16:34 UTC (permalink / raw)
  To: Mark-PK Tsai
  Cc: Sumit Semwal, Benjamin Gaignard, Liam Mark, Laura Abbott,
	Brian Starkey, Christian König, Matthias Brugger, yj.chiang,
	linux-media, dri-devel, linaro-mm-sig, linux-kernel,
	linux-arm-kernel, linux-mediatek

On Thu, Oct 27, 2022 at 11:55 PM Mark-PK Tsai <mark-pk.tsai@mediatek.com> wrote:
>
> Remove duplicated 'by' from comment in cma_heap_allocate().
>
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>

Thanks for sending this and going through a few iterations!

Acked-by: John Stultz <jstultz@google.com>

-john

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-28 16:34   ` John Stultz
  0 siblings, 0 replies; 12+ messages in thread
From: John Stultz @ 2022-10-28 16:34 UTC (permalink / raw)
  To: Mark-PK Tsai
  Cc: Benjamin Gaignard, yj.chiang, linux-kernel, Liam Mark,
	Sumit Semwal, linaro-mm-sig, linux-mediatek, dri-devel,
	Matthias Brugger, Laura Abbott, Christian König,
	linux-arm-kernel, linux-media

On Thu, Oct 27, 2022 at 11:55 PM Mark-PK Tsai <mark-pk.tsai@mediatek.com> wrote:
>
> Remove duplicated 'by' from comment in cma_heap_allocate().
>
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>

Thanks for sending this and going through a few iterations!

Acked-by: John Stultz <jstultz@google.com>

-john

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-28 16:34   ` John Stultz
  0 siblings, 0 replies; 12+ messages in thread
From: John Stultz @ 2022-10-28 16:34 UTC (permalink / raw)
  To: Mark-PK Tsai
  Cc: Sumit Semwal, Benjamin Gaignard, Liam Mark, Laura Abbott,
	Brian Starkey, Christian König, Matthias Brugger, yj.chiang,
	linux-media, dri-devel, linaro-mm-sig, linux-kernel,
	linux-arm-kernel, linux-mediatek

On Thu, Oct 27, 2022 at 11:55 PM Mark-PK Tsai <mark-pk.tsai@mediatek.com> wrote:
>
> Remove duplicated 'by' from comment in cma_heap_allocate().
>
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>

Thanks for sending this and going through a few iterations!

Acked-by: John Stultz <jstultz@google.com>

-john

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
  2022-10-28  6:55 ` Mark-PK Tsai
  (?)
@ 2022-10-31 13:45   ` AngeloGioacchino Del Regno
  -1 siblings, 0 replies; 12+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-10-31 13:45 UTC (permalink / raw)
  To: Mark-PK Tsai, Sumit Semwal, Benjamin Gaignard, Liam Mark,
	Laura Abbott, Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, linux-media, dri-devel, linaro-mm-sig, linux-kernel,
	linux-arm-kernel, linux-mediatek

Il 28/10/22 08:55, Mark-PK Tsai ha scritto:
> Remove duplicated 'by' from comment in cma_heap_allocate().
> 
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
> Reviewed-By: Mukesh Ojha <quic_mojha@quicinc.com>
> Acked-by: John Stultz <jstultz@google.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-31 13:45   ` AngeloGioacchino Del Regno
  0 siblings, 0 replies; 12+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-10-31 13:45 UTC (permalink / raw)
  To: Mark-PK Tsai, Sumit Semwal, Benjamin Gaignard, Liam Mark,
	Laura Abbott, Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, linux-kernel, dri-devel, linaro-mm-sig,
	linux-mediatek, linux-arm-kernel, linux-media

Il 28/10/22 08:55, Mark-PK Tsai ha scritto:
> Remove duplicated 'by' from comment in cma_heap_allocate().
> 
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
> Reviewed-By: Mukesh Ojha <quic_mojha@quicinc.com>
> Acked-by: John Stultz <jstultz@google.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment
@ 2022-10-31 13:45   ` AngeloGioacchino Del Regno
  0 siblings, 0 replies; 12+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-10-31 13:45 UTC (permalink / raw)
  To: Mark-PK Tsai, Sumit Semwal, Benjamin Gaignard, Liam Mark,
	Laura Abbott, Brian Starkey, John Stultz, Christian König,
	Matthias Brugger
  Cc: yj.chiang, linux-media, dri-devel, linaro-mm-sig, linux-kernel,
	linux-arm-kernel, linux-mediatek

Il 28/10/22 08:55, Mark-PK Tsai ha scritto:
> Remove duplicated 'by' from comment in cma_heap_allocate().
> 
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
> Reviewed-By: Mukesh Ojha <quic_mojha@quicinc.com>
> Acked-by: John Stultz <jstultz@google.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-10-31 13:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  6:55 [PATCH v3] dma-buf: cma_heap: Remove duplicated 'by' in comment Mark-PK Tsai
2022-10-28  6:55 ` Mark-PK Tsai
2022-10-28  6:55 ` Mark-PK Tsai
2022-10-28 13:31 ` Mukesh Ojha
2022-10-28 13:31   ` Mukesh Ojha
2022-10-28 13:31   ` Mukesh Ojha
2022-10-28 16:34 ` John Stultz
2022-10-28 16:34   ` John Stultz
2022-10-28 16:34   ` John Stultz
2022-10-31 13:45 ` AngeloGioacchino Del Regno
2022-10-31 13:45   ` AngeloGioacchino Del Regno
2022-10-31 13:45   ` AngeloGioacchino Del Regno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.