[U-Boot] [PATCHv6 27/28] net: sun8i: fix whitespace
Olliver Schinagl
oliver at schinagl.nl
Mon May 15 08:02:43 UTC 2017
Fix a few whitespaces errors in the sun8i driver.
Signed-off-by: Olliver Schinagl <oliver at schinagl.nl>
---
drivers/net/Kconfig | 8 ++++----
drivers/net/sun8i_emac.c | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 782348f872..d9d700ac15 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -227,10 +227,10 @@ config GMAC_TX_DELAY
Set the GMAC Transmit Clock Delay Chain value.
config SUN8I_EMAC
- bool "Allwinner Sun8i Ethernet MAC support"
- depends on DM_ETH
- select PHYLIB
- help
+ bool "Allwinner Sun8i Ethernet MAC support"
+ depends on DM_ETH
+ select PHYLIB
+ help
This driver supports the Allwinner based SUN8I/SUN50I Ethernet MAC.
It can be found in H3/A64/A83T based SoCs and compatible with both
External and Internal PHYs.
diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_emac.c
index 5093f9c83d..84e1d7d208 100644
--- a/drivers/net/sun8i_emac.c
+++ b/drivers/net/sun8i_emac.c
@@ -757,13 +757,13 @@ static int sun8i_emac_eth_probe(struct udevice *dev)
}
static const struct eth_ops sun8i_emac_eth_ops = {
- .start = sun8i_emac_eth_start,
- .write_hwaddr = sun8i_eth_write_hwaddr,
+ .start = sun8i_emac_eth_start,
+ .write_hwaddr = sun8i_eth_write_hwaddr,
.read_rom_hwaddr = sunxi_mac_read_rom_hwaddr,
- .send = sun8i_emac_eth_send,
- .recv = sun8i_emac_eth_recv,
- .free_pkt = sun8i_eth_free_pkt,
- .stop = sun8i_emac_eth_stop,
+ .send = sun8i_emac_eth_send,
+ .recv = sun8i_emac_eth_recv,
+ .free_pkt = sun8i_eth_free_pkt,
+ .stop = sun8i_emac_eth_stop,
};
static int sun8i_emac_eth_ofdata_to_platdata(struct udevice *dev)
--
2.11.0
More information about the U-Boot
mailing list