All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: xilinx: drop unexpected word 'with' in comments
@ 2022-06-23 12:29 ` Jiang Jian
  0 siblings, 0 replies; 4+ messages in thread
From: Jiang Jian @ 2022-06-23 12:29 UTC (permalink / raw)
  To: mchehab
  Cc: hyun.kwon, laurent.pinchart, michal.simek, linux-media,
	linux-arm-kernel, linux-kernel, Jiang Jian

there is an unexpected word 'with' in the comments that need to be dropped

file - drivers/media/platform/xilinx/xilinx-vip.h
line -31

 * Pad IDs. IP cores with with multiple inputs or outputs should define

changed to:

 * Pad IDs. IP cores with multiple inputs or outputs should define

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/media/platform/xilinx/xilinx-vip.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/xilinx/xilinx-vip.h b/drivers/media/platform/xilinx/xilinx-vip.h
index d0b0e0600952..1c8dd59067fe 100644
--- a/drivers/media/platform/xilinx/xilinx-vip.h
+++ b/drivers/media/platform/xilinx/xilinx-vip.h
@@ -28,7 +28,7 @@ struct clk;
 #define XVIP_MAX_HEIGHT			7680
 
 /*
- * Pad IDs. IP cores with with multiple inputs or outputs should define
+ * Pad IDs. IP cores with multiple inputs or outputs should define
  * their own values.
  */
 #define XVIP_PAD_SINK			0
-- 
2.17.1


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

* [PATCH] media: xilinx: drop unexpected word 'with' in comments
@ 2022-06-23 12:29 ` Jiang Jian
  0 siblings, 0 replies; 4+ messages in thread
From: Jiang Jian @ 2022-06-23 12:29 UTC (permalink / raw)
  To: mchehab
  Cc: hyun.kwon, laurent.pinchart, michal.simek, linux-media,
	linux-arm-kernel, linux-kernel, Jiang Jian

there is an unexpected word 'with' in the comments that need to be dropped

file - drivers/media/platform/xilinx/xilinx-vip.h
line -31

 * Pad IDs. IP cores with with multiple inputs or outputs should define

changed to:

 * Pad IDs. IP cores with multiple inputs or outputs should define

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/media/platform/xilinx/xilinx-vip.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/xilinx/xilinx-vip.h b/drivers/media/platform/xilinx/xilinx-vip.h
index d0b0e0600952..1c8dd59067fe 100644
--- a/drivers/media/platform/xilinx/xilinx-vip.h
+++ b/drivers/media/platform/xilinx/xilinx-vip.h
@@ -28,7 +28,7 @@ struct clk;
 #define XVIP_MAX_HEIGHT			7680
 
 /*
- * Pad IDs. IP cores with with multiple inputs or outputs should define
+ * Pad IDs. IP cores with multiple inputs or outputs should define
  * their own values.
  */
 #define XVIP_PAD_SINK			0
-- 
2.17.1


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] media: xilinx: drop unexpected word 'with' in comments
  2022-06-23 12:29 ` Jiang Jian
@ 2022-06-26 23:32   ` Laurent Pinchart
  -1 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2022-06-26 23:32 UTC (permalink / raw)
  To: Jiang Jian
  Cc: mchehab, hyun.kwon, michal.simek, linux-media, linux-arm-kernel,
	linux-kernel

Hi Jiang,

Thank you for the patch.

On Thu, Jun 23, 2022 at 08:29:48PM +0800, Jiang Jian wrote:
> there is an unexpected word 'with' in the comments that need to be dropped
> 
> file - drivers/media/platform/xilinx/xilinx-vip.h
> line -31
> 
>  * Pad IDs. IP cores with with multiple inputs or outputs should define
> 
> changed to:
> 
>  * Pad IDs. IP cores with multiple inputs or outputs should define

The first line of the commit message is enough, the rest duplicates the
content of the patch. No need to resubmit, I'll fix this when applying.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  drivers/media/platform/xilinx/xilinx-vip.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/xilinx/xilinx-vip.h b/drivers/media/platform/xilinx/xilinx-vip.h
> index d0b0e0600952..1c8dd59067fe 100644
> --- a/drivers/media/platform/xilinx/xilinx-vip.h
> +++ b/drivers/media/platform/xilinx/xilinx-vip.h
> @@ -28,7 +28,7 @@ struct clk;
>  #define XVIP_MAX_HEIGHT			7680
>  
>  /*
> - * Pad IDs. IP cores with with multiple inputs or outputs should define
> + * Pad IDs. IP cores with multiple inputs or outputs should define
>   * their own values.
>   */
>  #define XVIP_PAD_SINK			0

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] media: xilinx: drop unexpected word 'with' in comments
@ 2022-06-26 23:32   ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2022-06-26 23:32 UTC (permalink / raw)
  To: Jiang Jian
  Cc: mchehab, hyun.kwon, michal.simek, linux-media, linux-arm-kernel,
	linux-kernel

Hi Jiang,

Thank you for the patch.

On Thu, Jun 23, 2022 at 08:29:48PM +0800, Jiang Jian wrote:
> there is an unexpected word 'with' in the comments that need to be dropped
> 
> file - drivers/media/platform/xilinx/xilinx-vip.h
> line -31
> 
>  * Pad IDs. IP cores with with multiple inputs or outputs should define
> 
> changed to:
> 
>  * Pad IDs. IP cores with multiple inputs or outputs should define

The first line of the commit message is enough, the rest duplicates the
content of the patch. No need to resubmit, I'll fix this when applying.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  drivers/media/platform/xilinx/xilinx-vip.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/xilinx/xilinx-vip.h b/drivers/media/platform/xilinx/xilinx-vip.h
> index d0b0e0600952..1c8dd59067fe 100644
> --- a/drivers/media/platform/xilinx/xilinx-vip.h
> +++ b/drivers/media/platform/xilinx/xilinx-vip.h
> @@ -28,7 +28,7 @@ struct clk;
>  #define XVIP_MAX_HEIGHT			7680
>  
>  /*
> - * Pad IDs. IP cores with with multiple inputs or outputs should define
> + * Pad IDs. IP cores with multiple inputs or outputs should define
>   * their own values.
>   */
>  #define XVIP_PAD_SINK			0

-- 
Regards,

Laurent Pinchart

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2022-06-26 23:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 12:29 [PATCH] media: xilinx: drop unexpected word 'with' in comments Jiang Jian
2022-06-23 12:29 ` Jiang Jian
2022-06-26 23:32 ` Laurent Pinchart
2022-06-26 23:32   ` Laurent Pinchart

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.