The patch number 8525 was added via Hans Verkuil <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Hans Verkuil  <[EMAIL PROTECTED]>
fix a few assorted spelling mistakes.


Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>


---

 README.patches                               |    2 +-
 linux/drivers/media/video/videobuf-vmalloc.c |    2 +-
 linux/include/media/v4l2-dev.h               |    4 ++--
 v4l2-apps/util/v4l_rec.pl                    |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff -r c1bb94ea97fa -r 488c578e17c5 README.patches
--- a/README.patches    Sat Jul 26 13:33:47 2008 +0200
+++ b/README.patches    Sat Jul 26 13:37:58 2008 +0200
@@ -166,7 +166,7 @@ c) Since June, 1st, 2007, all patches ar
    the script, between the kernel one and a copy at v4l-dvb development tree.
 
    It is always a good idea to use in-kernel version, since additional tests
-   are performed (like checking for the usage of depreciated API's that are
+   are performed (like checking for the usage of deprecated API's that are
    about to be removed).
 
    It is possible to override the in-kernel checkpatch.pl location, by using
diff -r c1bb94ea97fa -r 488c578e17c5 
linux/drivers/media/video/videobuf-vmalloc.c
--- a/linux/drivers/media/video/videobuf-vmalloc.c      Sat Jul 26 13:33:47 
2008 +0200
+++ b/linux/drivers/media/video/videobuf-vmalloc.c      Sat Jul 26 13:37:58 
2008 +0200
@@ -204,7 +204,7 @@ static int __videobuf_iolock (struct vid
                        return 0;
 
                /* FIXME: to properly support USERPTR, remap should occur.
-                  The code bellow won't work, since mem->vma = NULL
+                  The code below won't work, since mem->vma = NULL
                 */
                /* Try to remap memory */
                rc = remap_vmalloc_range(mem->vma, (void *)vb->baddr, 0);
diff -r c1bb94ea97fa -r 488c578e17c5 linux/include/media/v4l2-dev.h
--- a/linux/include/media/v4l2-dev.h    Sat Jul 26 13:33:47 2008 +0200
+++ b/linux/include/media/v4l2-dev.h    Sat Jul 26 13:37:58 2008 +0200
@@ -59,7 +59,7 @@ struct video_device
        char name[32];
        int vfl_type;
        int minor;
-       /* attribute to diferentiate multiple indexs on one physical device */
+       /* attribute to differentiate multiple indices on one physical device */
        int index;
 
        int debug;                      /* Activates debug level*/
@@ -82,7 +82,7 @@ struct video_device
        void *priv;
 #endif
 
-       /* for videodev.c intenal usage -- please don't touch */
+       /* for videodev.c internal usage -- please don't touch */
        int users;                     /* video_exclusive_{open|close} ... */
        struct mutex lock;             /* ... helper function uses these   */
 };
diff -r c1bb94ea97fa -r 488c578e17c5 v4l2-apps/util/v4l_rec.pl
--- a/v4l2-apps/util/v4l_rec.pl Sat Jul 26 13:33:47 2008 +0200
+++ b/v4l2-apps/util/v4l_rec.pl Sat Jul 26 13:37:58 2008 +0200
@@ -16,7 +16,7 @@ my $std;
 $dev=shift or $dev="/dev/video1";
 
 ##############################################
-# Those stuff bellow are currently "hardcoded"
+# Those stuff below are currently "hardcoded"
 
 my $acard=0;
 my $rec_ctrl="Aux,0";
@@ -25,7 +25,7 @@ my $abitrate=224;
 my $abitrate=224;
 
 ##############################################
-# Those stuff bellow are NTSC / PAL-M specific
+# Those stuff below are NTSC / PAL-M specific
 
 my $list="/usr/share/xawtv/ntsc-cable.list";
 my $fps=30000/1001;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/488c578e17c540148969d17259283996b953062b

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to