diff options
author | Huang Rui <ray.huang@amd.com> | 2013-06-26 13:08:10 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-07-29 06:56:43 -0400 |
commit | 7bc5a6ba369217e0137833f5955cf0b0f08b0712 (patch) | |
tree | faba4cabd1b830bc69da84dae275ad64a24e9297 /drivers/usb/dwc3 | |
parent | b0d7ffd44ba9cd2dfbf299674418193a5f9ed21a (diff) |
usb: dwc3: clean up redundant parameter comment
@list is not as a parameter of dwc3_event_buffer, so remove it in
comments.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r-- | drivers/usb/dwc3/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 27dad993b007..00a72e37397d 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h | |||
@@ -367,7 +367,6 @@ struct dwc3_trb; | |||
367 | 367 | ||
368 | /** | 368 | /** |
369 | * struct dwc3_event_buffer - Software event buffer representation | 369 | * struct dwc3_event_buffer - Software event buffer representation |
370 | * @list: a list of event buffers | ||
371 | * @buf: _THE_ buffer | 370 | * @buf: _THE_ buffer |
372 | * @length: size of this buffer | 371 | * @length: size of this buffer |
373 | * @lpos: event offset | 372 | * @lpos: event offset |