From: Johannes Berg Date: Sun, 4 May 2008 03:56:42 +0000 (-0700) Subject: net: Fix useless comment reference loop. X-Git-Tag: v2.6.26-rc2~60^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8005785102e5b67ecf213f06a3d6c001f6f8cb4;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed