[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140516204658.0602477c@nehalam.linuxnetplumber.net>
Date: Fri, 16 May 2014 20:46:58 -0700
From: Stephen Hemminger <shemming@...cade.com>
To: David Miller <davem@...emloft.net>
CC: <netdev@...r.kernel.org>
Subject: [PATCH] ipv4: minor spelling fix
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
--- 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);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists