From: Jakub Wilk Date: Sat, 18 Jul 2015 12:41:51 +0000 (+0200) Subject: xfrm: Fix a typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0c199a903d1cbc67fd99a9b074aaff4f72fa84d0;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git xfrm: Fix a typo Signed-off-by: Jakub Wilk Signed-off-by: David S. Miller --- diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index bd16c6c7e1e7..0cebf1fc37a2 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c @@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh, xfrm_audit_policy_delete(xp, 1, true); } else { // reset the timers here? - WARN(1, "Dont know what to do with soft policy expire\n"); + WARN(1, "Don't know what to do with soft policy expire\n"); } km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid);