Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264959
b: refs/heads/master
c: 91db07d
h: refs/heads/master
i:
  264957: d61a9f0
  264955: a06bef0
  264951: 24dcb10
  264943: 93ec2fd
  264927: 84b48f0
  264895: 76898ac
  264831: 9291335
  264703: f49a3a6
v: v3
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent ad46594 commit 5257f87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: b4f28a98ea64b6cb009bb03810e8a8dd08767f46
refs/heads/master: 91db07dcbf379c7633011e841fe047d8130a1416
14 changes: 7 additions & 7 deletions trunk/drivers/usb/dwc3/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,13 +503,13 @@ static inline void dwc3_trb_to_nat(struct dwc3_trb_hw *hw, struct dwc3_trb *nat)

/**
* struct dwc3 - representation of our controller
* ctrl_req: usb control request which is used for ep0
* ep0_trb: trb which is used for the ctrl_req
* setup_buf: used while precessing STD USB requests
* ctrl_req_addr: dma address of ctrl_req
* ep0_trb: dma address of ep0_trb
* ep0_usb_req: dummy req used while handling STD USB requests
* setup_buf_addr: dma address of setup_buf
* @ctrl_req: usb control request which is used for ep0
* @ep0_trb: trb which is used for the ctrl_req
* @setup_buf: used while precessing STD USB requests
* @ctrl_req_addr: dma address of ctrl_req
* @ep0_trb: dma address of ep0_trb
* @ep0_usb_req: dummy req used while handling STD USB requests
* @setup_buf_addr: dma address of setup_buf
* @lock: for synchronizing
* @dev: pointer to our struct device
* @event_buffer_list: a list of event buffers
Expand Down

0 comments on commit 5257f87

Please sign in to comment.