From: Randy Dunlap Date: Tue, 14 Jul 2020 22:05:50 +0000 (+0200) Subject: media: media-devnode.h: drop duplicated word in comment X-Git-Tag: v5.9-rc1~94^2~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f040e0fd29e4a09855c8cff8c6d22b4745a19796;p=thirdparty%2Fkernel%2Flinux.git media: media-devnode.h: drop duplicated word in comment Delete the doubled word "the" in a comment. Signed-off-by: Randy Dunlap Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/media-devnode.h b/include/media/media-devnode.h index 6393842c6b218..d27c1c646c280 100644 --- a/include/media/media-devnode.h +++ b/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.