diff mbox series

[2/5] media/media-devnode.h: drop duplicated word in comment

Message ID 20200714220553.20294-2-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-devnode.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
> ---
>  include/media/media-devnode.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200714.orig/include/media/media-devnode.h
> +++ linux-next-20200714/include/media/media-devnode.h
> @@ -39,7 +39,7 @@ struct media_device;
>   * @poll: pointer to the function that implements poll() syscall
>   * @ioctl: pointer to the function that implements ioctl() syscall
>   * @compat_ioctl: pointer to the function that will handle 32 bits userspace
> - *	calls to the the ioctl() syscall on a Kernel compiled with 64 bits.
> + *	calls to the ioctl() syscall on a Kernel compiled with 64 bits.
>   * @open: pointer to the function that implements open() syscall
>   * @release: pointer to the function that will release the resources allocated
>   *	by the @open function.
>
diff mbox series

Patch

--- linux-next-20200714.orig/include/media/media-devnode.h
+++ linux-next-20200714/include/media/media-devnode.h
@@ -39,7 +39,7 @@  struct media_device;
  * @poll: pointer to the function that implements poll() syscall
  * @ioctl: pointer to the function that implements ioctl() syscall
  * @compat_ioctl: pointer to the function that will handle 32 bits userspace
- *	calls to the the ioctl() syscall on a Kernel compiled with 64 bits.
+ *	calls to the ioctl() syscall on a Kernel compiled with 64 bits.
  * @open: pointer to the function that implements open() syscall
  * @release: pointer to the function that will release the resources allocated
  *	by the @open function.