]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] staging: media: Fix minor typo in staging/media
authorMasanari Iida <standby24x7@gmail.com>
Wed, 31 Oct 2012 14:52:45 +0000 (11:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 21 Dec 2012 20:25:10 +0000 (18:25 -0200)
Correct spelling typo in comment witin staging/media.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/as102/as10x_cmd_cfg.c
drivers/staging/media/dt3155v4l/dt3155v4l.c
drivers/staging/media/lirc/lirc_sasem.c

index d2a4bce896231f13985fcde28e8b1e8fcec26eca..4a2bbd76665541990d69009b133686ae7b947fd6 100644 (file)
@@ -197,7 +197,7 @@ out:
  * @prsp:       pointer to AS10x command response buffer
  * @proc_id:    id of the command
  *
- * Since the contex command reponse does not follow the common
+ * Since the contex command response does not follow the common
  * response, a specific parse function is required.
  * Return 0 on success or negative value in case of error.
  */
index 54f1813aa1ef45f99bbaaa5b8f8ce727e73daeb7..0af8917ebc57385352c9699dcc92903d6950bca0 100644 (file)
@@ -785,7 +785,7 @@ dt3155_init_board(struct pci_dev *pdev)
        }
        write_i2c_reg(pd->regs, CONFIG, pd->config); /*  ACQ_MODE_EVEN  */
 
-       /* select chanel 1 for input and set sync level */
+       /* select channel 1 for input and set sync level */
        write_i2c_reg(pd->regs, AD_ADDR, AD_CMD_REG);
        write_i2c_reg(pd->regs, AD_CMD, VIDEO_CNL_1 | SYNC_CNL_1 | SYNC_LVL_3);
 
index f4e4d9003f38130fd56a9668dddedb0d09324707..101ac12eb381f5cc089f60c7913ef8bd69cfcb2e 100644 (file)
@@ -891,7 +891,7 @@ exit:
 }
 
 /**
- * Callback function for USB core API: disonnect
+ * Callback function for USB core API: disconnect
  */
 static void sasem_disconnect(struct usb_interface *interface)
 {