[media] staging: Fix comments and some typos in staging/media/*
authorJustin P. Mattock <justinmattock@gmail.com>
Mon, 5 Mar 2012 14:49:26 +0000 (11:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 19 Mar 2012 17:26:16 +0000 (14:26 -0300)
linux-next:
I like to spend some time reading code, in doing so I have found some
typos in some of the comments.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/Kconfig
drivers/staging/media/as102/as102_drv.c
drivers/staging/media/as102/as102_fe.c
drivers/staging/media/go7007/go7007-v4l2.c
drivers/staging/media/lirc/lirc_serial.c
drivers/staging/media/solo6x10/Kconfig

index 7e5caa39ed3f67fb562c475e74e6a3bd833f44c2..4f4b7d6281a7c0624b63cbf3ba7d41ca4d4f0070 100644 (file)
@@ -6,7 +6,7 @@ menuconfig STAGING_MEDIA
          don't have the "normal" Linux kernel quality level.
          Most of them don't follow properly the V4L, DVB and/or RC API's,
          so, they won't likely work fine with the existing applications.
-         That also means that, one fixed, their API's will change to match
+         That also means that, once fixed, their API's will change to match
          the existing ones.
 
           If you wish to work on these drivers, to help improve them, or
index aae0505a36c4ada7cedaafa28074971f42cb76f7..ea4f992de235a3f1962d6548c32b01e8b983368c 100644 (file)
@@ -27,7 +27,7 @@
 #include <linux/uaccess.h>
 #include <linux/usb.h>
 
-/* header file for Usb device driver*/
+/* header file for usb device driver*/
 #include "as102_drv.h"
 #include "as102_fw.h"
 #include "dvbdev.h"
index 043c520183d730a341359ae68768fcac05604ddb..5917657b9d0fae0adb170facbb6d903fed603cbf 100644 (file)
@@ -337,7 +337,7 @@ int as102_dvb_register_fe(struct as102_dev_t *as102_dev,
        strncpy(dvb_fe->ops.info.name, as102_dev->name,
                sizeof(dvb_fe->ops.info.name));
 
-       /* register dbvb frontend */
+       /* register dvb frontend */
        errno = dvb_register_frontend(dvb_adap, dvb_fe);
        if (errno == 0)
                dvb_fe->tuner_priv = as102_dev;
@@ -349,7 +349,7 @@ static void as10x_fe_copy_tps_parameters(struct dtv_frontend_properties *fe_tps,
                                         struct as10x_tps *as10x_tps)
 {
 
-       /* extract consteallation */
+       /* extract constellation */
        switch (as10x_tps->modulation) {
        case CONST_QPSK:
                fe_tps->modulation = QPSK;
index 2b27d8da70a2701eadce84ebf5b04d4d42a285b6..f91658670e34f2de766575e1b97a9901f2c50258 100644 (file)
@@ -1050,15 +1050,15 @@ static int vidioc_s_parm(struct file *filp, void *priv,
        return 0;
 }
 
-/* VIDIOC_ENUMSTD on go7007 were used for enumberating the supported fps and
+/* VIDIOC_ENUMSTD on go7007 were used for enumerating the supported fps and
    its resolution, when the device is not connected to TV.
-   This were an API abuse, probably used by the lack of specific IOCTL's to
-   enumberate it, by the time the driver were written.
+   This is were an API abuse, probably used by the lack of specific IOCTL's to
+   enumerate it, by the time the driver was written.
 
    However, since kernel 2.6.19, two new ioctls (VIDIOC_ENUM_FRAMEINTERVALS
    and VIDIOC_ENUM_FRAMESIZES) were added for this purpose.
 
-   The two functions bellow implements the newer ioctls
+   The two functions below implement the newer ioctls
 */
 static int vidioc_enum_framesizes(struct file *filp, void *priv,
                                  struct v4l2_frmsizeenum *fsize)
index 8dd8897ad86028da33ce68991fed3c302c4dcc2a..97352cf6bd9886d334714f9e01c072c2ebea74a5 100644 (file)
@@ -1282,7 +1282,7 @@ MODULE_PARM_DESC(iommap, "physical base for memory mapped I/O"
 /*
  * some architectures (e.g. intel xscale) align the 8bit serial registers
  * on 32bit word boundaries.
- * See linux-kernel/serial/8250.c serial_in()/out()
+ * See linux-kernel/drivers/tty/serial/8250/8250.c serial_in()/out()
  */
 module_param(ioshift, int, S_IRUGO);
 MODULE_PARM_DESC(ioshift, "shift I/O register offset (0 = no shift)");
index 03dcac4ea4d064a291d28476de2eb8c71b2d8cdb..63352de5eabfb9e2d18f36568cfa0fb9abdbea05 100644 (file)
@@ -5,4 +5,4 @@ config SOLO6X10
        select SND_PCM
        ---help---
          This driver supports the Softlogic based MPEG-4 and h.264 codec
-         codec cards.
+         cards.