From patchwork Sat May 17 03:46:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: stephen hemminger X-Patchwork-Id: 349845 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 D222E14008B for ; Sat, 17 May 2014 13:57:51 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756087AbaEQD5c (ORCPT ); Fri, 16 May 2014 23:57:32 -0400 Received: from mx0b-000f0801.pphosted.com ([67.231.152.113]:1303 "EHLO mx0b-000f0801.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755785AbaEQD5b (ORCPT ); Fri, 16 May 2014 23:57:31 -0400 X-Greylist: delayed 628 seconds by postgrey-1.27 at vger.kernel.org; Fri, 16 May 2014 23:57:31 EDT Received: from pps.filterd (m0000700 [127.0.0.1]) by mx0b-000f0801.pphosted.com (8.14.5/8.14.5) with SMTP id s4H3icg0017610; Fri, 16 May 2014 20:47:01 -0700 Received: from hq1wp-exchub01.corp.brocade.com ([144.49.131.13]) by mx0b-000f0801.pphosted.com with ESMTP id 1kwupm043u-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 16 May 2014 20:47:01 -0700 Received: from HQ1WP-EXHUB02.corp.brocade.com (10.70.38.14) by HQ1WP-EXCHUB01.corp.brocade.com (10.70.36.99) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 16 May 2014 20:47:00 -0700 Received: from nehalam.linuxnetplumber.net (10.72.36.5) by imap.brocade.com (10.70.38.22) with Microsoft SMTP Server (TLS) id 8.3.298.1; Fri, 16 May 2014 20:47:00 -0700 Date: Fri, 16 May 2014 20:46:58 -0700 From: Stephen Hemminger To: David Miller CC: Subject: [PATCH] ipv4: minor spelling fix Message-ID: <20140516204658.0602477c@nehalam.linuxnetplumber.net> Organization: Brocade X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.96, 1.0.14, 0.0.0000 definitions=2014-05-16_07:2014-05-17, 2014-05-16, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1405170052 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Stephen Hemminger --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- a/net/ipv4/devinet.c 2014-05-16 20:27:32.491419991 -0700 +++ b/net/ipv4/devinet.c 2014-05-16 20:40:34.037706771 -0700 @@ -827,7 +827,7 @@ static int inet_rtm_newaddr(struct sk_bu ifa_existing = find_matching_ifa(ifa); if (!ifa_existing) { /* It would be best to check for !NLM_F_CREATE here but - * userspace alreay relies on not having to provide this. + * userspace already relies on not having to provide this. */ set_ifa_lifetime(ifa, valid_lft, prefered_lft); return __inet_insert_ifa(ifa, nlh, NETLINK_CB(skb).portid);