diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:40:14 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-05 10:40:14 -0200 |
commit | e4d2ad96d3876243a74af7ccdf5a984bebf90ea5 (patch) | |
tree | 2821173893c12ef7b66cd843c6b8614a77b65380 | |
parent | 7bb957ce707856c2df5092cdd8773601e22aa1fb (diff) | |
download | mediapointer-dvb-s2-e4d2ad96d3876243a74af7ccdf5a984bebf90ea5.tar.gz mediapointer-dvb-s2-e4d2ad96d3876243a74af7ccdf5a984bebf90ea5.tar.bz2 |
More English fixes from kernel tree
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | linux/drivers/media/video/pwc/pwc-if.c | 2 | ||||
-rw-r--r-- | linux/include/media/rds.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/pwc/pwc-if.c b/linux/drivers/media/video/pwc/pwc-if.c index b09443b09..6e8474fc0 100644 --- a/linux/drivers/media/video/pwc/pwc-if.c +++ b/linux/drivers/media/video/pwc/pwc-if.c @@ -542,7 +542,7 @@ int pwc_handle_frame(struct pwc_device *pdev) } if (pdev->read_frame != NULL) { - /* Decompression is a lenghty process, so it's outside of the lock. + /* Decompression is a lengthy process, so it's outside of the lock. This gives the isoc_handler the opportunity to fill more frames in the mean time. */ diff --git a/linux/include/media/rds.h b/linux/include/media/rds.h index 951c1ae0b..a89426667 100644 --- a/linux/include/media/rds.h +++ b/linux/include/media/rds.h @@ -4,7 +4,7 @@ saa6588.c and every driver (e.g. bttv-driver.c) that wants to use the saa6588 module. - Instead of having a seperate rds.h, I'd prefer to include + Instead of having a separate rds.h, I'd prefer to include this stuff in one of the already existing files like tuner.h (c) 2005 by Hans J. Koch |