Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8871386imu; Sat, 29 Dec 2018 05:36:49 -0800 (PST) X-Google-Smtp-Source: ALg8bN5PtUIZPH9sImXIbFj1JdkiIXrqHzjtHvwKKt7w0JjrH9Q40sRsD/Iz+t90qovAJwGOw3BS X-Received: by 2002:a63:cf02:: with SMTP id j2mr1667762pgg.113.1546090609755; Sat, 29 Dec 2018 05:36:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546090609; cv=none; d=google.com; s=arc-20160816; b=pfvF87Lg/1QlxnoD06S27CUP4ydrthbPsZ5BpK7i/rvP2eB/FABhazHnLUfHLipPTw e9ywVN650XZ/xMaDqrhaxPDZAk1Lf64IzL06onIeYHakTkzGVyIfj/mschGQy/sc608v Pxf5tDPfAiBrrmG3LjCElpVp8RTTYorqtRgkS/unta4NQKdIw+5fgcX7UaBM/jieHe0r tB/gtXmuNa+iEYdUQE/QXDTk16h7MF8PREoBxWFl5TiG7wjYMyK4lGB6q7Sc4Jed7cWZ yX5QOyfnxbHwFHH2+VZlZES44dL/u8g/bdNnNu73c0A2HnkHIKf2T/T5kZtc0NJFMgLG +c6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=TQlErSNqxLBnotHDVWZ1yYs1CsQxQetAHv4ppBqrIOc=; b=tiFNlXNVJSjvRuddxIVWEg44ptiSGrtBXZpXa5terF2AyG2LhtdnqPLSYYeYxSSXKh 735ud9iqFV5k0iUkDRcDWffmhgejKeGKz5Yxl14q4v11n5a6oTRK9R1d/3YoM7yrF8Zl nGPbQoomuKmquqa9pAr0WVxGELaRhTgExMWY4u29uk228x43xdZ9/dr7y8p/41o30GE+ XA8umfmj+SeHj/Z2akwPqTby0xFkn1apPEpJLH2bHkHD8o2ui6zYCOS/RAB8xWuQjj0q y4R8K51dRU8v+HUbn7uzZ8G3fllclU9UwgTInTwRqG+Qj1FJmBBn2GjQJ6/OZHHv3i/E apyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l66si4945852pfi.5.2018.12.29.05.36.34; Sat, 29 Dec 2018 05:36:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729171AbeL2JdX (ORCPT + 99 others); Sat, 29 Dec 2018 04:33:23 -0500 Received: from mail.cn.fujitsu.com ([183.91.158.132]:44777 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726076AbeL2JdX (ORCPT ); Sat, 29 Dec 2018 04:33:23 -0500 X-IronPort-AV: E=Sophos;i="5.56,413,1539619200"; d="scan'208";a="50897405" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 29 Dec 2018 17:33:20 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id 6883B4B7D408; Sat, 29 Dec 2018 17:33:18 +0800 (CST) Received: from ubuntu.g08.fujitsu.local (10.167.225.53) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 29 Dec 2018 17:33:16 +0800 From: Su Yanjun To: , , CC: , , Subject: [PATCH] ipv6: fix typo in net/ipv6/reassembly.c Date: Sat, 29 Dec 2018 14:07:55 -0500 Message-ID: <1546110476-20058-1-git-send-email-suyj.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.167.225.53] X-yoursite-MailScanner-ID: 6883B4B7D408.AF787 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: suyj.fnst@cn.fujitsu.com X-Spam-Status: No Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Su Yanjun --- net/ipv6/reassembly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index a5bb59e..36a3d8d 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c @@ -210,7 +210,7 @@ static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, if (next && next->ip_defrag_offset < end) goto discard_fq; - /* Note : skb->ip_defrag_offset and skb->dev share the same location */ + /* Note : skb->ip_defrag_offset and skb->sk share the same location */ dev = skb->dev; if (dev) fq->iif = dev->ifindex; -- 2.7.4