From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751279AbdJNQxG (ORCPT ); Sat, 14 Oct 2017 12:53:06 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:46238 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbdJNQxF (ORCPT ); Sat, 14 Oct 2017 12:53:05 -0400 X-Google-Smtp-Source: ABhQp+RKSuhCCiFaUQNxpI5OLz8iJffekGKQGbUl7zVg98OQ4robAjfAQXJ6LT+VFN8r5QgIEFWvQQ== From: Wenhua Shi To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] fix typo in skbuff.c Date: Sat, 14 Oct 2017 18:51:36 +0200 Message-Id: <20171014165136.2041-1-march511@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --- net/core/skbuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 16982de6..e62476be 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -1896,7 +1896,7 @@ void *__pskb_pull_tail(struct sk_buff *skb, int delta) } /* If we need update frag list, we are in troubles. - * Certainly, it possible to add an offset to skb data, + * Certainly, it is possible to add an offset to skb data, * but taking into account that pulling is expected to * be very rare operation, it is worth to fight against * further bloating skb head and crucify ourselves here instead. -- 2.11.0