patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-mips / checksum.h
index 0db85f4..e31681a 100644 (file)
@@ -120,10 +120,6 @@ static inline unsigned short ip_fast_csum(unsigned char *iph, unsigned int ihl)
        return csum_fold(csum);
 }
 
-/*
- * computes the checksum of the TCP/UDP pseudo-header
- * returns a 16-bit checksum, already complemented
- */
 static inline unsigned int csum_tcpudp_nofold(unsigned long saddr,
        unsigned long daddr, unsigned short len, unsigned short proto,
        unsigned int sum)