All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: platform: Fix comment typo
@ 2022-07-16  4:32 Jason Wang
  2022-08-24  9:16 ` Hans Verkuil
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-16  4:32 UTC (permalink / raw)
  To: mchehab; +Cc: prabhakar.csengg, linux-media, linux-kernel, Jason Wang

The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/media/platform/ti/davinci/vpbe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/ti/davinci/vpbe.c b/drivers/media/platform/ti/davinci/vpbe.c
index 5f0aeb744e81..509ecc84624e 100644
--- a/drivers/media/platform/ti/davinci/vpbe.c
+++ b/drivers/media/platform/ti/davinci/vpbe.c
@@ -280,7 +280,7 @@ static int vpbe_set_default_output(struct vpbe_device *vpbe_dev)
  * vpbe_get_output - Get output
  * @vpbe_dev: vpbe device ptr
  *
- * return current vpbe output to the the index
+ * return current vpbe output to the index
  */
 static unsigned int vpbe_get_output(struct vpbe_device *vpbe_dev)
 {
-- 
2.35.1


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

* Re: [PATCH] media: platform: Fix comment typo
  2022-07-16  4:32 [PATCH] media: platform: Fix comment typo Jason Wang
@ 2022-08-24  9:16 ` Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2022-08-24  9:16 UTC (permalink / raw)
  To: Jason Wang, mchehab; +Cc: prabhakar.csengg, linux-media, linux-kernel

This is a duplicate of:

https://patchwork.linuxtv.org/project/linux-media/patch/20220722063341.69913-1-slark_xiao@163.com/

Also note that the subject line is too vague: it suggests that it is a
drivers/media/platform-wide change, instead it is just for the davinci driver.

That should have been part of the subject line.

Anyway, I'll drop this patch in favor of the other one.

Regards,

	Hans

On 16/07/2022 06:32, Jason Wang wrote:
> The double `the' is duplicated in the comment, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/media/platform/ti/davinci/vpbe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/ti/davinci/vpbe.c b/drivers/media/platform/ti/davinci/vpbe.c
> index 5f0aeb744e81..509ecc84624e 100644
> --- a/drivers/media/platform/ti/davinci/vpbe.c
> +++ b/drivers/media/platform/ti/davinci/vpbe.c
> @@ -280,7 +280,7 @@ static int vpbe_set_default_output(struct vpbe_device *vpbe_dev)
>   * vpbe_get_output - Get output
>   * @vpbe_dev: vpbe device ptr
>   *
> - * return current vpbe output to the the index
> + * return current vpbe output to the index
>   */
>  static unsigned int vpbe_get_output(struct vpbe_device *vpbe_dev)
>  {

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

end of thread, other threads:[~2022-08-24  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-16  4:32 [PATCH] media: platform: Fix comment typo Jason Wang
2022-08-24  9:16 ` Hans Verkuil

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.