Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <sebastian.fricke@posteo.net>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Sebastian Fricke and committed by
Mauro Carvalho Chehab
b07006ff 4eb48aca

+1 -1
+1 -1
drivers/media/mc/mc-entity.c
··· 323 323 return; 324 324 } 325 325 326 - /* Get the entity in the other end of the link . */ 326 + /* Get the entity at the other end of the link. */ 327 327 next = media_entity_other(entity, link); 328 328 329 329 /* Has the entity already been visited? */