diff mbox series

media: Fix documentation typos in media-entity.h

Message ID 20220908214009.26222-1-laurent.pinchart@ideasonboard.com
State Accepted
Commit a8278ad796edc1ea0409abcb4e9c6453da87cef8
Headers show
Series media: Fix documentation typos in media-entity.h | expand

Commit Message

Laurent Pinchart Sept. 8, 2022, 9:40 p.m. UTC
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
A few small fixes for issues noticed while reviewing v14 of the streams
series. I didn't want to comment on this in a review as a pull request
for the corresponding patches has already been sent. The s/inside/of/ is
arguably not a typo, I can drop that part if anyone disagrees.
---
 include/media/media-entity.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index 28c9de8a1f34..85ed08ddee9d 100644
--- a/include/media/media-entity.h
+++ b/include/media/media-entity.h
@@ -237,7 +237,7 @@  struct media_pad {
  * @link_validate:	Return whether a link is valid from the entity point of
  *			view. The media_pipeline_start() function
  *			validates all links by calling this operation. Optional.
- * @has_pad_interdep:	Return whether a two pads inside the entity are
+ * @has_pad_interdep:	Return whether two pads of the entity are
  *			interdependent. If two pads are interdependent they are
  *			part of the same pipeline and enabling one of the pads
  *			means that the other pad will become "locked" and
@@ -1144,7 +1144,7 @@  __must_check int __media_pipeline_start(struct media_pad *pad,
  * media_pipeline_stop - Mark a pipeline as not streaming
  * @pad: Starting pad
  *
- * Mark all pads connected to a given pads through enabled links, either
+ * Mark all pads connected to a given pad through enabled links, either
  * directly or indirectly, as not streaming. The media_pad pipe field is
  * reset to %NULL.
  *