]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/slhc.c
dm9601: Return 0 from bind() on success
[linux-2.6-omap-h63xx.git] / drivers / net / slhc.c
index 9a540e2092b9a658f7b6ba6234e3675bd87d68aa..0adab709ab68ecdfa2c56dc0367736681369b2ea 100644 (file)
@@ -42,7 +42,7 @@
  *                      Modularization.
  *     - Jan 1995      Bjorn Ekwall
  *                     Use ip_fast_csum from ip.h
- *     - July 1995     Christos A. Polyzols 
+ *     - July 1995     Christos A. Polyzols
  *                     Spotted bug in tcp option checking
  *
  *
@@ -238,10 +238,10 @@ slhc_compress(struct slcompress *comp, unsigned char *icp, int isize,
        /*
         *      Don't play with runt packets.
         */
-        
+
        if(isize<sizeof(struct iphdr))
                return isize;
-               
+
        ip = (struct iphdr *) icp;
 
        /* Bail if this packet isn't TCP, or is an IP fragment */