netdev
[Top] [All Lists]

[TRIVIAL PATCH] include/net/tcp.h comment fix

To: netdev@xxxxxxxxxxx
Subject: [TRIVIAL PATCH] include/net/tcp.h comment fix
From: Sean Neakums <sneakums@xxxxxxxx>
Date: Wed, 09 Jun 2004 11:15:22 +0100
Mail-followup-to: netdev@xxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)
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 {


<Prev in Thread] Current Thread [Next in Thread>
  • [TRIVIAL PATCH] include/net/tcp.h comment fix, Sean Neakums <=