Title: [7672] trunk/drivers/net/bfin_mac.c: Task[#5621] correct a word.
- Revision
- 7672
- Author
- sonicz
- Date
- 2009-10-19 05:11:04 -0400 (Mon, 19 Oct 2009)
Log Message
Task[#5621] correct a word.
should be "inversion"
Modified Paths
Diff
Modified: trunk/drivers/net/bfin_mac.c (7671 => 7672)
--- trunk/drivers/net/bfin_mac.c 2009-10-19 09:00:10 UTC (rev 7671)
+++ trunk/drivers/net/bfin_mac.c 2009-10-19 09:11:04 UTC (rev 7672)
@@ -1044,7 +1044,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