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)
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>

No differences found