From patchwork Sun Mar 4 02:29:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=2E_Neusch=C3=A4fer?= X-Patchwork-Id: 881137 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=gmx.net Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zv6Ts6gylz9sWj for ; Sun, 4 Mar 2018 13:30:57 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751878AbeCDCaM (ORCPT ); Sat, 3 Mar 2018 21:30:12 -0500 Received: from mout.gmx.net ([212.227.17.21]:55633 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309AbeCDCaK (ORCPT ); Sat, 3 Mar 2018 21:30:10 -0500 Received: from latitude ([88.153.6.235]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MCxfb-1f0Jsu2ehf-009g6y; Sun, 04 Mar 2018 03:30:03 +0100 From: =?utf-8?q?Jonathan_Neusch=C3=A4fer?= To: linux-kernel@vger.kernel.org Cc: =?utf-8?q?Jonathan_Neusch=C3=A4fer?= , "David S. Miller" , netdev@vger.kernel.org Subject: [PATCH 1/3] net: core: dst_cache: Fix a typo in a comment Date: Sun, 4 Mar 2018 03:29:51 +0100 Message-Id: <20180304022953.4508-1-j.neuschaefer@gmx.net> X-Mailer: git-send-email 2.16.1 MIME-Version: 1.0 X-Provags-ID: V03:K0:prrSDsyYumpL8hk8Vp0cRurG7cdM/0nR3vMd3mL5vYzu2Sij5z5 LEZVvMccZxHiDF5JYegJEskg1Iu5u2V1eZ5K3Die2PnNvG4VEh7mZXC2cvevDWrpw6X2AE4 UR6ivwhwcXKl05v11EWcprHX7aoJ7uToe2/ZqnWmULQvIp3dylBJzcI+2lp6FaMcOdWCJEB yxBdVC720PTfkHrL3iWIw== X-UI-Out-Filterresults: notjunk:1; V01:K0:rhh74UpawhA=:hcn0nUZLKdep2uGpmlbZRk itFlYFdKsubOcBdcHB5KhAI74YcIKiT3PeeIM58ba55bk3vBSE2wF4eyPZzgiWLQH/DC/1Pxq 8ocaW8SlE/qGl8F/goM4Th2q2IHWpV5dKJ28A1nnEbRQc7gTdxeGNEBsphaPflVWtyS2dWBM1 +o7mdhmpmtw8mabjoat81u7YBxpw9G7B7qoi4vhAEb9RO+305t43XZK37yrluzMA7Mday1w/R 0wTmJpV3dz7vDxaSOqX3PH57DqaGFgUxUvw2WiGi8XwSATiDobXGldEh9AhARKMa+U4OTyj6t mWgYe2nzASA8t/pkSc2sRJTu/YLpMmvLZXqjPkJOvPhDdnX8+XmFsh3IqKDJ1ZgFuQ7YlBmvq /ePhS8pAXPaFVvyZgdSamUV9ZGfnZxjeBEKAQcEAyCt3ezvEMnU4gqGKRLTbhD/GayTRQkqz6 rDtokt7FLixG7QOWA1fMwujqCt35vGuX9qMIQSttUnUYC+jrTkypTUW1zIt/LJ1X7zSJw3V1F rYbKRIowl4Uti8yI+sOjLT1tIyas6YF3yQp/UJZkuYqi0L7EDDxf8MDwgp1nOff687AEZg2Vb 492DRFf6ZQiuS3AudswYmHGB7AIkEK1OV+WWcHGbegCaQFgi/T+FpxKwaWtbwXuMDb5h+26BR 03ZkZNxTxiy/GiGaz5QNhAXzxZu0sYdmaHMiYSnBdw5zPUDlj+r3RD5zpwkxW77G5tpUDRpo+ HODh76svOtlAOqGLtsqLGiHlZlzx9UQmhN1/vXeiUoNSS0eUFLUoU83dLy5I14ZjdeDCmB0Hc XLaeBJG7McPtsEueHkb3axlefp0SAyvXMh196RxF0Xlvw1xZwk= Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Jonathan Neuschäfer --- include/net/dst_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/dst_cache.h b/include/net/dst_cache.h index 72fd5067c353..844906fbf8c9 100644 --- a/include/net/dst_cache.h +++ b/include/net/dst_cache.h @@ -71,7 +71,7 @@ struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, * dst_cache_reset - invalidate the cache contents * @dst_cache: the cache * - * This do not free the cached dst to avoid races and contentions. + * This does not free the cached dst to avoid races and contentions. * the dst will be freed on later cache lookup. */ static inline void dst_cache_reset(struct dst_cache *dst_cache)