net: fix comment typo for __skb_alloc_pages()
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 30 Aug 2013 14:36:14 +0000 (15:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 02:17:40 +0000 (22:17 -0400)
commitbc6fc9fa0e1686d8a06aaa14005d3dbf7978d81f
tree0ea1729d7ae0038c0f1e45ea251f2d9c83d21b53
parent50ad076ba43d88956707cd9d6849715de5e282bf
net: fix comment typo for __skb_alloc_pages()

The name of the function in the comment is __skb_alloc_page() while we
are actually commenting __skb_alloc_pages(). Fix this typo and make it
a valid kernel doc comment.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h