diff options
author | Wolfgang Denk <wd@denx.de> | 2011-12-19 12:03:40 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-19 12:03:40 +0100 |
commit | 6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch) | |
tree | e749aec12da01acbc8326a418eeed866a2752dab /drivers/usb/host | |
parent | 10879aa21ca22bdc631336d203b1742b16f91a30 (diff) | |
download | u-boot-imx-6b62b9a31de421bc3646c4dc1063c6d037de62b3.zip u-boot-imx-6b62b9a31de421bc3646c4dc1063c6d037de62b3.tar.gz u-boot-imx-6b62b9a31de421bc3646c4dc1063c6d037de62b3.tar.bz2 |
Coding Style cleanup
Fix trailing white space, indentation by spaces instead of TABs,
excessive blank lines, trailing blank lines.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ehci-mx5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-mx5.c b/drivers/usb/host/ehci-mx5.c index 68a673e..58cdcbe 100644 --- a/drivers/usb/host/ehci-mx5.c +++ b/drivers/usb/host/ehci-mx5.c @@ -251,5 +251,3 @@ int ehci_hcd_stop(void) { return 0; } - - |