All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: mc: mc-entity.c: Fix typo
@ 2021-04-17 13:34 Sebastian Fricke
  0 siblings, 0 replies; only message in thread
From: Sebastian Fricke @ 2021-04-17 13:34 UTC (permalink / raw)
  To: linux-media; +Cc: Sebastian Fricke

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

Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net>
---
 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 12b45e669bcc..8a3fc960b564 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? */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-17 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-17 13:34 [PATCH] media: mc: mc-entity.c: Fix typo Sebastian Fricke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.