* 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/include/at91rm9200_net.h b/include/at91rm9200_net.h
index e41fe3c..19f0d3e 100644
--- a/include/at91rm9200_net.h
+++ b/include/at91rm9200_net.h
@@ -1,7 +1,7 @@
/*
* Ethernet: An implementation of the Ethernet Device Driver suite for the
* uClinux 2.0.38 operating system. This Driver has been developed
- * for AT75C220 board.
+ * for AT75C220 board.
*
* NOTE: The driver is implemented for one MAC
*
@@ -39,7 +39,7 @@
unsigned int (*IsPhyConnected)(AT91S_EMAC *pmac);
unsigned char (*GetLinkSpeed)(AT91S_EMAC *pmac);
unsigned char (*AutoNegotiate)(AT91S_EMAC *pmac, int *);
-
+
} AT91S_PhyOps,*AT91PS_PhyOps;
@@ -56,4 +56,3 @@
void at91rm92000_GetPhyInterface(void );
#endif /* AT91RM9200_ETHERNET */
-