command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / examples / standalone / smc91111_eeprom.c
index 5ffefc8f36bf0b47231dc8572718f6e37b8fb448..a43d14f396745233f6ae9be44e68ddfc24a10d31 100644 (file)
@@ -31,7 +31,7 @@ void print_MAC (struct eth_device *dev);
 int read_eeprom_reg (struct eth_device *dev, int reg);
 void print_macaddr (struct eth_device *dev);
 
-int smc91111_eeprom (int argc, char * const argv[])
+int smc91111_eeprom(int argc, char *const argv[])
 {
        int c, i, j, done, line, reg, value, start, what;
        char input[50];