From: Sebastian Fricke Date: Sat, 17 Apr 2021 13:34:38 +0000 (+0200) Subject: media: mc: mc-entity.c: Fix typo X-Git-Tag: v5.15~623^2~335 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b07006ff9365ddfc184e1836cd1f75355c6bb740;p=platform%2Fkernel%2Flinux-starfive.git media: mc: mc-entity.c: Fix typo s/entity in the other end/entity at the other end/ [hverkuil: also remove the spurious space after 'link'] Signed-off-by: Sebastian Fricke Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/mc/mc-entity.c b/drivers/media/mc/mc-entity.c index 678b997..f40f419 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? */