diff mbox series

media: platform: Fix comment typo

Message ID 20220716043247.41183-1-wangborong@cdjrlc.com
State New
Headers show
Series media: platform: Fix comment typo | expand

Commit Message

Jason Wang July 16, 2022, 4:32 a.m. UTC
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(-)

Comments

Hans Verkuil Aug. 24, 2022, 9:16 a.m. UTC | #1
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)
>  {
diff mbox series

Patch

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)
 {