Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226899
b: refs/heads/master
c: 78bff3c
h: refs/heads/master
i:
  226897: b8f2776
  226895: e235d1a
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Nov 11, 2010
1 parent 6919647 commit 4c75bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8b455561d28bcfac17d6910e64c616cf684da07f
refs/heads/master: 78bff3c65df33da47e93736bd8847b694084e5a9
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ static int composite_bind(struct usb_gadget *gadget)
cdev->desc = *composite->dev;
cdev->desc.bMaxPacketSize0 = gadget->ep0->maxpacket;

/* stirng overrides */
/* string overrides */
if (iManufacturer || !cdev->desc.iManufacturer) {
if (!iManufacturer && !composite->iManufacturer &&
!*composite_manufacturer)
Expand Down

0 comments on commit 4c75bea

Please sign in to comment.