diff mbox series

[4/5] media/media-entity.h: drop duplicated word in comment

Message ID 20200714220553.20294-4-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series [1/5] media/media-device.h: drop duplicated word in comment | expand

Commit Message

Randy Dunlap July 14, 2020, 10:05 p.m. UTC
Delete the doubled word "flag" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
---
 include/media/media-entity.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham July 17, 2020, noon UTC | #1
On 14/07/2020 23:05, Randy Dunlap wrote:
> Delete the doubled word "flag" in a comment.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
> Cc: linux-media@vger.kernel.org

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

> ---
>  include/media/media-entity.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200714.orig/include/media/media-entity.h
> +++ linux-next-20200714/include/media/media-entity.h
> @@ -803,7 +803,7 @@ int __media_entity_setup_link(struct med
>   * @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
>
diff mbox series

Patch

--- linux-next-20200714.orig/include/media/media-entity.h
+++ linux-next-20200714/include/media/media-entity.h
@@ -803,7 +803,7 @@  int __media_entity_setup_link(struct med
  * @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