]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/sk98lin/uboot_drv.c
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / drivers / sk98lin / uboot_drv.c
index ddfa6fb3187fc72abc9304b2f14f5c48d1f4c1e3..263dac810693fbab05fda2c266b583eb996a776d 100644 (file)
@@ -106,7 +106,7 @@ static void skge_halt(struct eth_device *dev)
 
 
 static int skge_send(struct eth_device *dev, volatile void *packet,
-                                                  int length)
+                                                 int length)
 {
        int ret = -1;
        struct sk_buff * skb = alloc_skb(length, 0);