[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220716043247.41183-1-wangborong@cdjrlc.com>
Date: Sat, 16 Jul 2022 12:32:47 +0800
From: Jason Wang <wangborong@...rlc.com>
To: mchehab@...nel.org
Cc: prabhakar.csengg@...il.com, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] media: platform: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.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
Powered by blists - more mailing lists