Title: [7673] branches/2009R1/drivers/net/bfin_mac.c: Task[#5621] correct a word.
Revision
7673
Author
sonicz
Date
2009-10-19 05:11:39 -0400 (Mon, 19 Oct 2009)

Log Message

Task[#5621] correct a word.
should be "inversion"

Modified Paths

Diff

Modified: branches/2009R1/drivers/net/bfin_mac.c (7672 => 7673)


--- branches/2009R1/drivers/net/bfin_mac.c	2009-10-19 09:11:04 UTC (rev 7672)
+++ branches/2009R1/drivers/net/bfin_mac.c	2009-10-19 09:11:39 UTC (rev 7673)
@@ -718,7 +718,7 @@
 	/*
 	 * Deduce Ethernet FCS from hardware generated IP payload checksum.
 	 * IP checksum is based on 16-bit one's complement algorithm.
-	 * To deduce a value from checksum is equal to add its complement.
+	 * To deduce a value from checksum is equal to add its inversion.
 	 */
 	for (i = 0; i < ETH_FCS_LENGTH; i++)
 		fcs[i] = ~skb->data[skb->len + i];
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to