From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Florian Fainelli" Subject: [PATCH] net: fix comment typo for __skb_alloc_pages() Date: Fri, 30 Aug 2013 14:28:17 +0100 Message-ID: <1377869297-19805-1-git-send-email-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, "Florian Fainelli" To: netdev@vger.kernel.org Return-path: Received: from mms1.broadcom.com ([216.31.210.17]:2128 "EHLO mms1.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756593Ab3H3NaJ (ORCPT ); Fri, 30 Aug 2013 09:30:09 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The name of the function in the comment is __skb_alloc_page() while we are actually commenting __skb_alloc_pages(). Fix this typo. Signed-off-by: Florian Fainelli --- include/linux/skbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 5ac96f3..3a81e4b 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -1906,7 +1906,7 @@ static inline struct sk_buff *netdev_alloc_skb_ip_align(struct net_device *dev, } /* - * __skb_alloc_page - allocate pages for ps-rx on a skb and preserve pfmemalloc data + * __skb_alloc_pages - allocate pages for ps-rx on a skb and preserve pfmemalloc data * @gfp_mask: alloc_pages_node mask. Set __GFP_NOMEMALLOC if not for network packet RX * @skb: skb to set pfmemalloc on if __GFP_MEMALLOC is used * @order: size of the allocation -- 1.8.1.2