diff options
author | Wolfgang Denk <wd@denx.de> | 2013-10-07 13:07:26 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-14 16:06:53 -0400 |
commit | 3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7 (patch) | |
tree | 80d776e436f91c40659d4b9f955de764bb002533 /drivers/usb | |
parent | e84b8f6ce0e7daf4e9781172c4ffd74d7d525dbb (diff) | |
download | u-boot-imx-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.zip u-boot-imx-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.tar.gz u-boot-imx-3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7.tar.bz2 |
Coding Style cleanup: remove trailing white space
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/mv_udc.c | 2 | ||||
-rw-r--r-- | drivers/usb/host/sl811-hcd.c | 2 | ||||
-rw-r--r-- | drivers/usb/phy/twl4030.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 7574e31..e6700a8 100644 --- a/drivers/usb/gadget/mv_udc.c +++ b/drivers/usb/gadget/mv_udc.c @@ -364,7 +364,7 @@ static void handle_ep_complete(struct mv_ep *ep) ep->desc = &ep0_out_desc; item = mv_get_qtd(num, in); mv_invalidate_qtd(num); - + if (item->info & 0xff) printf("EP%d/%s FAIL nfo=%x pg0=%x\n", num, in ? "in" : "out", item->info, item->page0); diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c index cead25d..7ff4ffd 100644 --- a/drivers/usb/host/sl811-hcd.c +++ b/drivers/usb/host/sl811-hcd.c @@ -16,7 +16,7 @@ * 2.Original SL811 driver (hc_sl811.o) by Pei Liu <pbl@cypress.com> * 3.Rewrited as sl811.o by Yin Aihua <yinah:couragetech.com.cn> * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/drivers/usb/phy/twl4030.c b/drivers/usb/phy/twl4030.c index 8f5d700..6dcb336 100644 --- a/drivers/usb/phy/twl4030.c +++ b/drivers/usb/phy/twl4030.c @@ -21,7 +21,7 @@ * * ------------------------------------------------------------------------ * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include <twl4030.h> |