projects
/
profile
/
wearable
/
platform
/
kernel
/
linux-4.9-exynos9110.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a41fb
)
af_key: fix two typos
author
Li RongQing
<roy.qing.li@gmail.com>
Thu, 22 Oct 2015 03:35:05 +0000
(11:35 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 23 Oct 2015 10:05:19 +0000
(
03:05
-0700)
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/key/af_key.c
patch
|
blob
|
history
diff --git
a/net/key/af_key.c
b/net/key/af_key.c
index
83a7068
..
f9c9ecb
100644
(file)
--- a/
net/key/af_key.c
+++ b/
net/key/af_key.c
@@
-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 succec
ful sending to at least one
+ /* Error is cleare
d after success
ful sending to at least one
* registered KM */
if ((broadcast_flags & BROADCAST_REGISTERED) && err)
err = err2;