diff mbox series

[1/5] media/media-device.h: drop duplicated word in comment

Message ID 20200714220553.20294-1-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 "the" 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-device.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham July 17, 2020, 11:59 a.m. UTC | #1
On 14/07/2020 23:05, Randy Dunlap wrote:
> Delete the doubled word "the" 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-device.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200714.orig/include/media/media-device.h
> +++ linux-next-20200714/include/media/media-device.h
> @@ -128,7 +128,7 @@ struct media_device_ops {
>   *
>   * Use-case: find tuner entity connected to the decoder
>   * entity and check if it is available, and activate the
> - * the link between them from @enable_source and deactivate
> + * link between them from @enable_source and deactivate
>   * from @disable_source.
>   *
>   * .. note::
>
diff mbox series

Patch

--- linux-next-20200714.orig/include/media/media-device.h
+++ linux-next-20200714/include/media/media-device.h
@@ -128,7 +128,7 @@  struct media_device_ops {
  *
  * Use-case: find tuner entity connected to the decoder
  * entity and check if it is available, and activate the
- * the link between them from @enable_source and deactivate
+ * link between them from @enable_source and deactivate
  * from @disable_source.
  *
  * .. note::