[TRIVIAL PATCH] include/net/tcp.h comment fix
From: Sean Neakums <hidden>
Date: 2004-06-09 10:15:22
From: Sean Neakums <hidden>
Date: 2004-06-09 10:15:22
I had a few moments' consternation trying to follow from struct tck_skb_cb back to cb[], since the struct is named sk_buff. This may well confuse other unschooled readers in the future. Against 2.6.7-rc3.
--- S7-rc3/include/net/tcp.h~ 2004-05-10 09:22:40.000000000 +0100
+++ S7-rc3/include/net/tcp.h 2004-06-09 11:07:33.000000000 +0100@@ -1139,7 +1139,7 @@ * code. We also store the host-order sequence numbers in * here too. This is 36 bytes on 32-bit architectures, * 40 bytes on 64-bit machines, if this grows please adjust - * skbuff.h:skbuff->cb[xxx] size appropriately. + * skbuff.h:sk_buff->cb[xxx] size appropriately. */ struct tcp_skb_cb { union {