From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Date: Sun, 8 Apr 2018 16:11:52 +0000 (-0400)
Subject: media: entity: fix spelling for media_entity_get_fwnode_pad()
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f0a3fa2149e36cc2426bcb13a8bdcdbe592a6d2d;p=linux.git

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>
---

diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index a732af1dbba09..3aa3d58d1d586 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);
  * a fwnode. This is useful for devices which use more complex
  * mappings of media pads.
  *
- * If the entity dose not implement the get_fwnode_pad() operation
+ * If the entity does not implement the get_fwnode_pad() operation
  * then this function searches the entity for the first pad that
  * matches the @direction_flags.
  *