summaryrefslogtreecommitdiff
path: root/drivers/usb/image
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-16 16:38:25 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-27 15:33:53 +0300
commitcd86f367eb6b5154230650c8f8c4003da0c12f54 (patch)
tree60c7566c55a664102dd0ba5624d92363767e2f5c /drivers/usb/image
parent973939279a20c1368bbd818b49ad2443689cd926 (diff)
downloadlinux-cd86f367eb6b5154230650c8f8c4003da0c12f54.tar.xz
usb/image: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220716133825.43161-1-yuanjilin@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/image')
-rw-r--r--drivers/usb/image/mdc800.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/image/mdc800.c b/drivers/usb/image/mdc800.c
index fc0e22cc6fda..67f098579fb4 100644
--- a/drivers/usb/image/mdc800.c
+++ b/drivers/usb/image/mdc800.c
@@ -38,7 +38,7 @@
*
* version 0.7.3
* bugfix : The mdc800->state field gets set to READY after the
- * the disconnect function sets it to NOT_CONNECTED. This makes the
+ * disconnect function sets it to NOT_CONNECTED. This makes the
* driver running like the camera is connected and causes some
* hang ups.
*