[PATCH 08/30] net: eepro100: Fix indented label
Marek Vasut
marek.vasut at gmail.com
Sat May 23 18:38:15 CEST 2020
This is automated cleanup via checkpatch, no functional change.
./scripts/checkpatch.pl --show-types -f drivers/net/eepro100.c
./scripts/checkpatch.pl --types INDENTED_LABEL -f --fix --fix-inplace drivers/net/eepro100.c
Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
---
drivers/net/eepro100.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/eepro100.c b/drivers/net/eepro100.c
index 2aad124ae5..e5bc90f52c 100644
--- a/drivers/net/eepro100.c
+++ b/drivers/net/eepro100.c
@@ -566,7 +566,7 @@ static int eepro100_init(struct eth_device *dev, bd_t *bis)
status = 0;
- Done:
+Done:
return status;
}
@@ -623,7 +623,7 @@ static int eepro100_send(struct eth_device *dev, void *packet, int length)
status = length;
- Done:
+Done:
return status;
}
@@ -680,7 +680,7 @@ static int eepro100_recv(struct eth_device *dev)
OUTW(dev, SCB_M | RUC_START, SCBCmd);
}
- Done:
+Done:
return length;
}
@@ -707,7 +707,7 @@ static void eepro100_halt(struct eth_device *dev)
OUTL(dev, 0, SCBPointer);
OUTW(dev, SCB_M | CU_ADDR_LOAD, SCBCmd);
- Done:
+Done:
return;
}
--
2.25.1
More information about the U-Boot
mailing list