Skip to content

Commit 0c199a9

Browse files
jwilkdavem330
authored andcommitted
xfrm: Fix a typo
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d64e78c commit 0c199a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/xfrm/xfrm_user.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh,
20482048
xfrm_audit_policy_delete(xp, 1, true);
20492049
} else {
20502050
// reset the timers here?
2051-
WARN(1, "Dont know what to do with soft policy expire\n");
2051+
WARN(1, "Don't know what to do with soft policy expire\n");
20522052
}
20532053
km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid);
20542054

0 commit comments

Comments
 (0)