Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jilin Yuan and committed by
Greg Kroah-Hartman
cd86f367 97393927

+1 -1
+1 -1
drivers/usb/image/mdc800.c
··· 38 38 * 39 39 * version 0.7.3 40 40 * bugfix : The mdc800->state field gets set to READY after the 41 - * the disconnect function sets it to NOT_CONNECTED. This makes the 41 + * disconnect function sets it to NOT_CONNECTED. This makes the 42 42 * driver running like the camera is connected and causes some 43 43 * hang ups. 44 44 *