diff options
author | Huang Rui <ray.huang@amd.com> | 2013-06-27 01:08:10 +0800 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-07-29 13:56:43 +0300 |
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 27dad993b00..00a72e37397 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -367,7 +367,6 @@ struct dwc3_trb; /** * struct dwc3_event_buffer - Software event buffer representation - * @list: a list of event buffers * @buf: _THE_ buffer * @length: size of this buffer * @lpos: event offset |