net: Fix useless comment reference loop.
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 4 May 2008 03:56:42 +0000 (20:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 May 2008 03:56:42 +0000 (20:56 -0700)
commitc8005785102e5b67ecf213f06a3d6c001f6f8cb4
treef2c46bd894991379039f30da5d1a1d88e68c601c
parent3ba08b00e0d8413d79be9cab8ec085ceb6ae6fd6
net: Fix useless comment reference loop.

include/linux/skbuff.h says:
        /* These elements must be at the end, see alloc_skb() for details.  */

net/core/skbuff.c says:
* See comment in sk_buff definition, just before the 'tail' member

This patch contains my guess as to the actual reason rather than a
dead comment reference loop.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
This page took 0.0426 seconds and 5 git commands to generate.