The double `to' in the comment in line 427 is repeated. Remove it
from the comment.
Signed-off-by: Jason Wang <[email protected]>
---
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
On 12/11/2021 7:33 PM, Jason Wang wrote:
> The double `to' in the comment in line 427 is repeated. Remove it
> from the comment.
>
> Signed-off-by: Jason Wang <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
--
Florian
On Sat, 11 Dec 2021 at 19:45, Florian Fainelli <[email protected]> wrote:
> On 12/11/2021 7:33 PM, Jason Wang wrote:
> > The double `to' in the comment in line 427 is repeated. Remove it
> > from the comment.
> >
> > Signed-off-by: Jason Wang <[email protected]>
>
> Acked-by: Florian Fainelli <[email protected]>
Acked-by: Markus Mayer <[email protected]>
On Sun, 12 Dec 2021 11:33:47 +0800, Jason Wang wrote:
> The double `to' in the comment in line 427 is repeated. Remove it
> from the comment.
>
>
Applied, thanks!
[1/1] memory: brcmstb_dpfe: fix typo in a comment
commit: 2dd6123d3f13d66f4f9b705ac7ec2864ac7861c5
Best regards,
--
Krzysztof Kozlowski <[email protected]>