diff options
author | Randy Dunlap <[email protected]> | 2020-07-15 00:05:52 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2020-07-19 14:00:21 +0200 |
commit | 91bbbf24c4d1d2b9365c077730bbbaf2ef3f9056 (patch) | |
tree | 3be5c6abb46f7ae7cad329016ae3457e3cfb0c63 | |
parent | ffb189716081ff7dafb0978d31a290adff966d81 (diff) |
media: media-entity.h: drop duplicated word in comment
Delete the doubled word "flag" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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 cde80ad029b7..cbdfcb79d0d0 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@ -803,7 +803,7 @@ int __media_entity_setup_link(struct media_link *link, u32 flags); * @flags: the requested new link flags * * The only configurable property is the %MEDIA_LNK_FL_ENABLED link flag - * flag to enable/disable a link. Links marked with the + * to enable/disable a link. Links marked with the * %MEDIA_LNK_FL_IMMUTABLE link flag can not be enabled or disabled. * * When a link is enabled or disabled, the media framework calls the |