aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/slhc.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-09-13 13:24:59 -0400
committerJeff Garzik <jeff@garzik.org>2006-09-13 13:24:59 -0400
commit6aa20a2235535605db6d6d2bd850298b2fe7f31e (patch)
treedf0b855043407b831d57f2f2c271f8aab48444f4 /drivers/net/slhc.c
parent7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff)
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/slhc.c')
-rw-r--r--drivers/net/slhc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/slhc.c b/drivers/net/slhc.c
index 9a540e2092b9..0adab709ab68 100644
--- a/drivers/net/slhc.c
+++ b/drivers/net/slhc.c
@@ -42,7 +42,7 @@
42 * Modularization. 42 * Modularization.
43 * - Jan 1995 Bjorn Ekwall 43 * - Jan 1995 Bjorn Ekwall
44 * Use ip_fast_csum from ip.h 44 * Use ip_fast_csum from ip.h
45 * - July 1995 Christos A. Polyzols 45 * - July 1995 Christos A. Polyzols
46 * Spotted bug in tcp option checking 46 * Spotted bug in tcp option checking
47 * 47 *
48 * 48 *
@@ -238,10 +238,10 @@ slhc_compress(struct slcompress *comp, unsigned char *icp, int isize,
238 /* 238 /*
239 * Don't play with runt packets. 239 * Don't play with runt packets.
240 */ 240 */
241 241
242 if(isize<sizeof(struct iphdr)) 242 if(isize<sizeof(struct iphdr))
243 return isize; 243 return isize;
244 244
245 ip = (struct iphdr *) icp; 245 ip = (struct iphdr *) icp;
246 246
247 /* Bail if this packet isn't TCP, or is an IP fragment */ 247 /* Bail if this packet isn't TCP, or is an IP fragment */