diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-08 11:32:44 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 18:08:14 -0500 |
commit | 3569843a2b10a7f2163595fa2d499291147f7e94 (patch) | |
tree | d7637adcf2367bb1b759dde4d6dbc13a99f0c2f8 /drivers/usb/image | |
parent | f3c1f5151a90f70b3dfbcfc3827c42b35499ae27 (diff) |
USB: image: correct spelling mistake in comment
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/image')
-rw-r--r-- | drivers/usb/image/mdc800.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/image/mdc800.c b/drivers/usb/image/mdc800.c index 7121b50098d3..a62865af53cc 100644 --- a/drivers/usb/image/mdc800.c +++ b/drivers/usb/image/mdc800.c | |||
@@ -51,7 +51,7 @@ | |||
51 | * | 51 | * |
52 | * version 0.7.3 | 52 | * version 0.7.3 |
53 | * bugfix : The mdc800->state field gets set to READY after the | 53 | * bugfix : The mdc800->state field gets set to READY after the |
54 | * the diconnect function sets it to NOT_CONNECTED. This makes the | 54 | * the disconnect function sets it to NOT_CONNECTED. This makes the |
55 | * driver running like the camera is connected and causes some | 55 | * driver running like the camera is connected and causes some |
56 | * hang ups. | 56 | * hang ups. |
57 | * | 57 | * |