Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338638
b: refs/heads/master
c: 984e833
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Felipe Balbi committed Nov 6, 2012
1 parent c15feed commit ddd5000
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: b100a2f34dc160502bf7d3006cd8294303bbfacb
refs/heads/master: 984e833c2bb6cba11e7cbc84c0dfb7b43792ff80
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/fsl_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ static int fsl_proc_read(char *page, char **start, off_t off, int count,

tmp_reg = fsl_readl(&dr_regs->usbintr);
t = scnprintf(next, size,
"USB Intrrupt Enable Reg:\n"
"USB Interrupt Enable Reg:\n"
"Sleep Enable: %d SOF Received Enable: %d "
"Reset Enable: %d\n"
"System Error Enable: %d "
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/tcm_usb_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ static struct se_node_acl *usbg_alloc_fabric_acl(struct se_portal_group *se_tpg)

nacl = kzalloc(sizeof(struct usbg_nacl), GFP_KERNEL);
if (!nacl) {
printk(KERN_ERR "Unable to alocate struct usbg_nacl\n");
printk(KERN_ERR "Unable to allocate struct usbg_nacl\n");
return NULL;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_dsps.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static irqreturn_t dsps_interrupt(int irq, void *hci)
* Also, DRVVBUS pulses for SRP (but not at 5V) ...
*/
if (usbintr & MUSB_INTR_BABBLE)
pr_info("CAUTION: musb: Babble Interrupt Occured\n");
pr_info("CAUTION: musb: Babble Interrupt Occurred\n");

if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) {
int drvvbus = dsps_readl(reg_base, wrp->status);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/renesas_usbhs/fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type)
func = pkt->handler->dma_done;
break;
default:
dev_err(dev, "unknown pkt hander\n");
dev_err(dev, "unknown pkt handler\n");
goto __usbhs_pkt_handler_end;
}

Expand Down

0 comments on commit ddd5000

Please sign in to comment.