usb: dwc3: core: avoid checkpatch.pl warning
authorFelipe Balbi <balbi@ti.com>
Fri, 22 Feb 2013 14:31:07 +0000 (16:31 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:15 +0000 (11:17 +0200)
trivial patch to avoid "over 80-chars" rule
break. No functional changes.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.c

index 75a9f88..b81b335 100644 (file)
@@ -140,7 +140,8 @@ static void dwc3_free_one_event_buffer(struct dwc3 *dwc,
  * Returns a pointer to the allocated event buffer structure on success
  * otherwise ERR_PTR(errno).
  */
-static struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc, unsigned length)
+static struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc,
+               unsigned length)
 {
        struct dwc3_event_buffer        *evt;