commit | deceb4c062a8dd63fe554c3be2b4bf9151a5cedf | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Jul 23 20:22:39 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 24 17:59:07 2013 -0700 |
tree | 1baebeda655b4bcfcb36f9da9c038932f84b7404 | |
parent | 2bf420a7686e0fdd2fbf16d75e729b306744db0d [diff] |
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 <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>