* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc.
- split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003:
- major rework of command structure
(work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/net/eth.c b/net/eth.c
index 5f9c3a6..468b84c 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -100,7 +100,7 @@
eth_current = NULL;
#if defined(CONFIG_405GP) || defined(CONFIG_440) || defined(CONFIG_405EP)
- ppc_4xx_eth_initialize(bis);
+ ppc_4xx_eth_initialize(bis);
#endif
#ifdef CONFIG_INCA_IP_SWITCH
inca_switch_initialize(bis);