diff options
author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | 2018-04-08 12:11:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-09 15:49:41 -0400 |
commit | f0a3fa2149e36cc2426bcb13a8bdcdbe592a6d2d (patch) | |
tree | 1d307bc48440226a003bab9f7ec456d04815ac76 | |
parent | 09f20f2bca914e6f89b78237fd938152dfe9da0f (diff) |
media: entity: fix spelling for media_entity_get_fwnode_pad()
s/dose/does/
Fixes: d295c6a460cd2ac6 ("[media] media: entity: Add media_entity_get_fwnode_pad() function")
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | include/media/media-entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h index a732af1dbba0..3aa3d58d1d58 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h | |||
@@ -842,7 +842,7 @@ struct media_entity *media_entity_get(struct media_entity *entity); | |||
842 | * a fwnode. This is useful for devices which use more complex | 842 | * a fwnode. This is useful for devices which use more complex |
843 | * mappings of media pads. | 843 | * mappings of media pads. |
844 | * | 844 | * |
845 | * If the entity dose not implement the get_fwnode_pad() operation | 845 | * If the entity does not implement the get_fwnode_pad() operation |
846 | * then this function searches the entity for the first pad that | 846 | * then this function searches the entity for the first pad that |
847 | * matches the @direction_flags. | 847 | * matches the @direction_flags. |
848 | * | 848 | * |