diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-02-02 19:01:28 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-09 05:13:56 -0500 |
commit | 3ad2f3fbb961429d2aa627465ae4829758bc7e07 (patch) | |
tree | f365c513e8f5b477a61336a600ff54f32b7ad6e1 /drivers/media/video/gspca/ov519.c | |
parent | 1537a3638cbf741d3826c1002026cce487a6bee0 (diff) |
tree-wide: Assorted spelling fixes
In particular, several occurances of funny versions of 'success',
'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
'beginning', 'desirable', 'separate' and 'necessary' are fixed.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Joe Perches <joe@perches.com>
Cc: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/video/gspca/ov519.c')
-rw-r--r-- | drivers/media/video/gspca/ov519.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/ov519.c b/drivers/media/video/gspca/ov519.c index b4f965731244..e5e4c4440d39 100644 --- a/drivers/media/video/gspca/ov519.c +++ b/drivers/media/video/gspca/ov519.c | |||
@@ -503,7 +503,7 @@ static const struct v4l2_pix_format ovfx2_ov3610_mode[] = { | |||
503 | /* | 503 | /* |
504 | * The FX2 chip does not give us a zero length read at end of frame. | 504 | * The FX2 chip does not give us a zero length read at end of frame. |
505 | * It does, however, give a short read at the end of a frame, if | 505 | * It does, however, give a short read at the end of a frame, if |
506 | * neccessary, rather than run two frames together. | 506 | * necessary, rather than run two frames together. |
507 | * | 507 | * |
508 | * By choosing the right bulk transfer size, we are guaranteed to always | 508 | * By choosing the right bulk transfer size, we are guaranteed to always |
509 | * get a short read for the last read of each frame. Frame sizes are | 509 | * get a short read for the last read of each frame. Frame sizes are |