Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357086
b: refs/heads/master
c: 6dc8f38
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 8bd50f0 commit ce46ce9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c01b7429e2b713a3d039cd2b1a94dc1b97cdf321
refs/heads/master: 6dc8f3823e52f3b9a127d79ca7b8bc782a5cfd7e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/as102/as10x_cmd_cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* @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.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/dt3155v4l/dt3155v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/lirc/lirc_sasem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ce46ce9

Please sign in to comment.