linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] platform/renesas: fix repeated words in comments
@ 2022-08-21 14:54 wangjianli
  2022-08-22  6:48 ` Jacopo Mondi
  2022-08-22  8:06 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: wangjianli @ 2022-08-21 14:54 UTC (permalink / raw)
  To: jacopo, mchehab; +Cc: linux-media, linux-renesas-soc, linux-kernel, wangjianli

 Delete the redundant word 'on'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/media/platform/renesas/renesas-ceu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/renesas/renesas-ceu.c b/drivers/media/platform/renesas/renesas-ceu.c
index f70f91b006b7..69723b51e4dc 100644
--- a/drivers/media/platform/renesas/renesas-ceu.c
+++ b/drivers/media/platform/renesas/renesas-ceu.c
@@ -1101,7 +1101,7 @@ static int ceu_open(struct file *file)
 		return ret;
 
 	mutex_lock(&ceudev->mlock);
-	/* Causes soft-reset and sensor power on on first open */
+	/* Causes soft-reset and sensor power on first open */
 	ret = pm_runtime_resume_and_get(ceudev->dev);
 	mutex_unlock(&ceudev->mlock);
 
-- 
2.36.1


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

end of thread, other threads:[~2022-08-22  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 14:54 [PATCH] platform/renesas: fix repeated words in comments wangjianli
2022-08-22  6:48 ` Jacopo Mondi
2022-08-22  8:06 ` Geert Uytterhoeven
2022-08-22  8:39   ` Jacopo Mondi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).