From: Florian Fainelli Date: Tue, 23 Jul 2013 19:22:39 +0000 (+0100) Subject: net: fix comment above build_skb() X-Git-Tag: v3.11-rc4~22^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deceb4c062a8dd63fe554c3be2b4bf9151a5cedf;p=pandora-kernel.git net: fix comment above build_skb() build_skb() specifies that the data parameter must come from a kmalloc'd area, this is only true if frag_size equals 0, because then build_skb() will use kzsize(data) to figure out the actual data size. Update the comment to reflect that special condition. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed