UPSTREAM: usb: dwc3: better name for our request management lists
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 14 Mar 2016 09:01:31 +0000 (11:01 +0200)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 16 Aug 2016 12:48:19 +0000 (20:48 +0800)
commitff58df717b764f1188e8f85c88d5de3a20c52af1
tree1bc8351c8d12978d55ed7a9e599ece7a80791b5a
parentfc28417f8ade976522d5a2133a4e78121d40dcdd
UPSTREAM: usb: dwc3: better name for our request management lists

request_list and req_queued were, well, weird naming
choices.

Let's give those better names and call them,
respectively, pending_list and started_list. These
new names better reflect what these lists are
supposed to do.

While at that also rename req->queued to req->started.

Change-Id: I0055847591aa22310fd4e142729596c54010eefe
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
(cherry picked from commit aa3342c8bb618ae25beccddacc3efb415c3a987b)
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.c
drivers/usb/dwc3/gadget.h