Commit 6dc8f382 authored by Masanari Iida's avatar Masanari Iida Committed by Mauro Carvalho Chehab

[media] staging: media: Fix minor typo in staging/media

Correct spelling typo in comment witin staging/media.
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent c01b7429
...@@ -197,7 +197,7 @@ int as10x_cmd_eLNA_change_mode(struct as10x_bus_adapter_t *adap, uint8_t mode) ...@@ -197,7 +197,7 @@ int as10x_cmd_eLNA_change_mode(struct as10x_bus_adapter_t *adap, uint8_t mode)
* @prsp: pointer to AS10x command response buffer * @prsp: pointer to AS10x command response buffer
* @proc_id: id of the command * @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. * response, a specific parse function is required.
* Return 0 on success or negative value in case of error. * Return 0 on success or negative value in case of error.
*/ */
......
...@@ -785,7 +785,7 @@ dt3155_init_board(struct pci_dev *pdev) ...@@ -785,7 +785,7 @@ dt3155_init_board(struct pci_dev *pdev)
} }
write_i2c_reg(pd->regs, CONFIG, pd->config); /* ACQ_MODE_EVEN */ 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_ADDR, AD_CMD_REG);
write_i2c_reg(pd->regs, AD_CMD, VIDEO_CNL_1 | SYNC_CNL_1 | SYNC_LVL_3); write_i2c_reg(pd->regs, AD_CMD, VIDEO_CNL_1 | SYNC_CNL_1 | SYNC_LVL_3);
......
...@@ -891,7 +891,7 @@ static int sasem_probe(struct usb_interface *interface, ...@@ -891,7 +891,7 @@ static int sasem_probe(struct usb_interface *interface,
} }
/** /**
* Callback function for USB core API: disonnect * Callback function for USB core API: disconnect
*/ */
static void sasem_disconnect(struct usb_interface *interface) static void sasem_disconnect(struct usb_interface *interface)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment