summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
committerWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
commit6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch)
treee749aec12da01acbc8326a418eeed866a2752dab /drivers
parent10879aa21ca22bdc631336d203b1742b16f91a30 (diff)
downloadtalos-obmc-uboot-6b62b9a31de421bc3646c4dc1063c6d037de62b3.tar.gz
talos-obmc-uboot-6b62b9a31de421bc3646c4dc1063c6d037de62b3.zip
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')
-rw-r--r--drivers/net/sh_eth.h1
-rw-r--r--drivers/usb/host/ehci-mx5.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sh_eth.h b/drivers/net/sh_eth.h
index dd6a4224e1..0692f8b065 100644
--- a/drivers/net/sh_eth.h
+++ b/drivers/net/sh_eth.h
@@ -435,4 +435,3 @@ enum RPADIR_BIT {
enum FIFO_SIZE_BIT {
FIFO_SIZE_T = 0x00000700, FIFO_SIZE_R = 0x00000007,
};
-
diff --git a/drivers/usb/host/ehci-mx5.c b/drivers/usb/host/ehci-mx5.c
index 68a673e721..58cdcbedf2 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;
}
-
-
OpenPOWER on IntegriCloud