public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] memory: brcmstb_dpfe: fix typo in a comment
@ 2021-12-12  3:33 Jason Wang
  2021-12-12  3:45 ` Florian Fainelli
  2021-12-12 17:51 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Wang @ 2021-12-12  3:33 UTC (permalink / raw)
  To: bcm-kernel-feedback-list
  Cc: mmayer, krzysztof.kozlowski, f.fainelli, linux-arm-kernel,
	linux-kernel, Jason Wang

The double `to' in the comment in line 427 is repeated. Remove it
from the comment.

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

diff --git a/drivers/memory/brcmstb_dpfe.c b/drivers/memory/brcmstb_dpfe.c
index f43ba69fbb3e..14412002775d 100644
--- a/drivers/memory/brcmstb_dpfe.c
+++ b/drivers/memory/brcmstb_dpfe.c
@@ -424,7 +424,7 @@ static void __finalize_command(struct brcmstb_dpfe_priv *priv)
 
 	/*
 	 * It depends on the API version which MBOX register we have to write to
-	 * to signal we are done.
+	 * signal we are done.
 	 */
 	release_mbox = (priv->dpfe_api->version < 2)
 			? REG_TO_HOST_MBOX : REG_TO_DCPU_MBOX;
-- 
2.34.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

end of thread, other threads:[~2021-12-12 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-12  3:33 [PATCH] memory: brcmstb_dpfe: fix typo in a comment Jason Wang
2021-12-12  3:45 ` Florian Fainelli
2021-12-12  8:22   ` Markus Mayer
2021-12-12 17:51 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox