This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: mc: mc-entity.c: Fix typo
Author:  Sebastian Fricke <[email protected]>
Date:    Sat Apr 17 15:34:38 2021 +0200

s/entity in the other end/entity at the other end/

[hverkuil: also remove the spurious space after 'link']

Signed-off-by: Sebastian Fricke <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/mc/mc-entity.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/mc/mc-entity.c b/drivers/media/mc/mc-entity.c
index 678b99771cfa..f40f41977142 100644
--- a/drivers/media/mc/mc-entity.c
+++ b/drivers/media/mc/mc-entity.c
@@ -323,7 +323,7 @@ static void media_graph_walk_iter(struct media_graph *graph)
                return;
        }
 
-       /* Get the entity in the other end of the link . */
+       /* Get the entity at the other end of the link. */
        next = media_entity_other(entity, link);
 
        /* Has the entity already been visited? */

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to