Skip to content

Commit

Permalink
usb: dwc3: gadget: remove trailing semicolon
Browse files Browse the repository at this point in the history
That semicolon doesn't do anything, it's not
needed and should be removed.

Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Felipe Balbi committed Jun 3, 2012
1 parent 33b84c2 commit a092532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req)
dev_dbg(dwc->dev, "%s: failed to kick transfers\n",
dep->name);
}
};
}

return 0;
}
Expand Down

0 comments on commit a092532

Please sign in to comment.