mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-05 03:44:03 +08:00
af_key: fix two typos
Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
20a41fba67
commit
f6b8dec998
@ -261,7 +261,7 @@ static int pfkey_broadcast(struct sk_buff *skb,
|
||||
|
||||
err2 = pfkey_broadcast_one(skb, &skb2, GFP_ATOMIC, sk);
|
||||
|
||||
/* Error is cleare after succecful sending to at least one
|
||||
/* Error is cleared after successful sending to at least one
|
||||
* registered KM */
|
||||
if ((broadcast_flags & BROADCAST_REGISTERED) && err)
|
||||
err = err2;
|
||||
|
Loading…
Reference in New Issue
Block a user