Commit 0c199a90 authored by Jakub Wilk's avatar Jakub Wilk Committed by David S. Miller

xfrm: Fix a typo

Signed-off-by: default avatarJakub Wilk <jwilk@jwilk.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d64e78c9
...@@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh, ...@@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh,
xfrm_audit_policy_delete(xp, 1, true); xfrm_audit_policy_delete(xp, 1, true);
} else { } else {
// reset the timers here? // 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); km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment