From patchwork Sat Jan 7 22:53:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Alemayhu X-Patchwork-Id: 712315 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3twxb56MnZz9rxl for ; Sun, 8 Jan 2017 09:55:28 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=alemayhu-com.20150623.gappssmtp.com header.i=@alemayhu-com.20150623.gappssmtp.com header.b="bxQIhkMf"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932996AbdAGWxN (ORCPT ); Sat, 7 Jan 2017 17:53:13 -0500 Received: from mail-lf0-f51.google.com ([209.85.215.51]:32772 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752522AbdAGWxK (ORCPT ); Sat, 7 Jan 2017 17:53:10 -0500 Received: by mail-lf0-f51.google.com with SMTP id k86so74621868lfi.0 for ; Sat, 07 Jan 2017 14:53:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alemayhu-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=WczdEgsHVS+5Dp7AxKW/H7mvCeEiWGbFRgTZPVOEecs=; b=bxQIhkMfKnsp9PLOepQr5flW/6yPrDNpMn317lMyRuXDC7oYliFGMsel03ccjXucq6 OH4suRBpoX0A6I3ObVA7/F07rDWM7v76j6jCn3U7p+ytW8ryO24bhFTkzMykRyn9jBa+ PP2LHZAMgCXF6I9/8rOYgHVq7Twa+oWdu3VBqxlOAohHYmDDTu7rrkTnD9pPjAk/NSRi KJIpfLzT+ozXPm0i4fo/xbGYwAO7+wPAk3ikYJxczEAVJ9nhm+9UAzWH/eH1rX11lTYC eT8rnGoeX9iDGB6NESM5ugHzsog2RCuhYOtP/DFb42+Cu4KAtqAk8HB2TCvx+CByC8wF VpHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=WczdEgsHVS+5Dp7AxKW/H7mvCeEiWGbFRgTZPVOEecs=; b=L+k1tDv06SmMwhSXxiNFVdAxaNXrk9tYsrIuOKk7iRmPZ88+YC4sOA2GPAlXyZhrt3 M8MgfcDguVm9Srt3k8rST0XGXRC3jPHB3Camt57r8HI9AzNk0cE7QJgT8PlxCrvUMJli k+l9lcVNOkVDwDGolok9WIRpJMAhUMld+94/XyB2ofyVLbBdmZNMK8jJa3q2cYW1/YR4 a0U0sQeIVzyleZO4WJh/c3AbA72Tba4bAzVrYbz0hl8gUxDYc7zwdE4LStqS/YfuDpFW s2FsqIoT+1Gme882rVSE8L63Iuwu03+5Dk12LawKUb4WwXqE5uGiMRzMDkUaIgo8lXXw C68Q== X-Gm-Message-State: AIkVDXKKOd1F88KxrmlcoRFcoEze+yAvn2bvcuUJY5fyL90qMoCNBQi8ItfJNGqSXzOfSA== X-Received: by 10.46.13.26 with SMTP id 26mr31181041ljn.53.1483829588691; Sat, 07 Jan 2017 14:53:08 -0800 (PST) Received: from localhost (cm-84.209.247.2.getinternet.no. [84.209.247.2]) by smtp.gmail.com with ESMTPSA id u136sm1190919lja.12.2017.01.07.14.53.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 07 Jan 2017 14:53:08 -0800 (PST) From: Alexander Alemayhu To: netdev@vger.kernel.org Cc: Alexander Alemayhu Subject: [PATCH net] ipv6: fix typos Date: Sat, 7 Jan 2017 23:53:00 +0100 Message-Id: <20170107225300.19316-1-alexander@alemayhu.com> X-Mailer: git-send-email 2.11.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org o s/approriate/appropriate o s/discouvery/discovery Signed-off-by: Alexander Alemayhu --- net/ipv6/route.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 8417c41d8ec8..ce5aaf448c54 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -1464,7 +1464,7 @@ static struct rt6_info *__ip6_route_redirect(struct net *net, struct fib6_node *fn; /* Get the "current" route for this destination and - * check if the redirect has come from approriate router. + * check if the redirect has come from appropriate router. * * RFC 4861 specifies that redirects should only be * accepted if they come from the nexthop to the target. @@ -2768,7 +2768,7 @@ static int rt6_mtu_change_route(struct rt6_info *rt, void *p_arg) old MTU is the lowest MTU in the path, update the route PMTU to reflect the increase. In this case if the other nodes' MTU also have the lowest MTU, TOO BIG MESSAGE will be lead to - PMTU discouvery. + PMTU discovery. */ if (rt->dst.dev == arg->dev && dst_metric_raw(&rt->dst, RTAX_MTU) &&