diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-15 00:05:50 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-07-19 14:00:12 +0200 |
commit | f040e0fd29e4a09855c8cff8c6d22b4745a19796 (patch) | |
tree | b30a80ca07eab38340d8ada72ed2b44cd91a993f /include/media | |
parent | 216964fa6a63c095417cc4001adc240c0e1f1bfb (diff) | |
download | linux-f040e0fd29e4a09855c8cff8c6d22b4745a19796.tar.bz2 |
media: media-devnode.h: drop duplicated word in comment
Delete the doubled word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/media-devnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/media-devnode.h b/include/media/media-devnode.h index 6393842c6b21..d27c1c646c28 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. |