media: mc: mc-entity.c: Fix typo
authorSebastian Fricke <sebastian.fricke@posteo.net>
Sat, 17 Apr 2021 13:34:38 +0000 (15:34 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 19 May 2021 07:51:39 +0000 (09:51 +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 <sebastian.fricke@posteo.net>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/mc/mc-entity.c

index 678b997..f40f419 100644 (file)
@@ -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? */