aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvideo
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-02-03 10:18:59 -0500
committerAdrian Bunk <bunk@kernel.org>2008-02-03 10:18:59 -0500
commitc84e6036ba7177a404cc860cb5a440e06fad92dd (patch)
tree0f9e1d5e7ed32f725e1ee8ad86e3c8654e094696 /drivers/media/video/usbvideo
parentf18816ba20655deb3227da0600d5c34201467993 (diff)
drivers/media/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/media/video/usbvideo')
-rw-r--r--drivers/media/video/usbvideo/quickcam_messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/usbvideo/quickcam_messenger.c b/drivers/media/video/usbvideo/quickcam_messenger.c
index d847273eeba0..5e7b79501370 100644
--- a/drivers/media/video/usbvideo/quickcam_messenger.c
+++ b/drivers/media/video/usbvideo/quickcam_messenger.c
@@ -258,7 +258,7 @@ static void qcm_hsv2rgb(u16 hue, u16 sat, u16 val, u16 *r, u16 *g, u16 *b)
258 unsigned int p; 258 unsigned int p;
259 259
260 /* 260 /*
261 the registers controling gain are 8 bit of which 261 the registers controlling gain are 8 bit of which
262 we affect only the last 4 bits with our gain. 262 we affect only the last 4 bits with our gain.
263 we know that if saturation is 0, (unsaturated) then 263 we know that if saturation is 0, (unsaturated) then
264 we're grayscale (center axis of the colour cone) so 264 we're grayscale (center axis of the colour cone) so