提交 6afbdb57 编写于 作者: F Felipe Balbi

usb: dwc3: gadget: one declaration per line

Misc cleanup. No functional changes.
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 e0c42ce5
......@@ -2311,10 +2311,11 @@ static bool dwc3_gadget_ep_request_completed(struct dwc3_request *req)
static void dwc3_gadget_ep_cleanup_completed_requests(struct dwc3_ep *dep,
const struct dwc3_event_depevt *event, int status)
{
struct dwc3_request *req, *n;
struct dwc3_request *req;
struct dwc3_request *tmp;
int ret = 0;
list_for_each_entry_safe(req, n, &dep->started_list, list) {
list_for_each_entry_safe(req, tmp, &dep->started_list, list) {
unsigned length;
length = req->request.length;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册