Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linux-imx
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux-kernel
linux-imx
Commits
f6b8dec9
Commit
f6b8dec9
authored
Oct 22, 2015
by
Li RongQing
Committed by
David S. Miller
Oct 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
af_key: fix two typos
Signed-off-by:
Li RongQing
<
roy.qing.li@gmail.com
>
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
20a41fba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
af_key.c
net/key/af_key.c
+1
-1
No files found.
net/key/af_key.c
View file @
f6b8dec9
...
@@ -261,7 +261,7 @@ static int pfkey_broadcast(struct sk_buff *skb,
...
@@ -261,7 +261,7 @@ static int pfkey_broadcast(struct sk_buff *skb,
err2
=
pfkey_broadcast_one
(
skb
,
&
skb2
,
GFP_ATOMIC
,
sk
);
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 */
* registered KM */
if
((
broadcast_flags
&
BROADCAST_REGISTERED
)
&&
err
)
if
((
broadcast_flags
&
BROADCAST_REGISTERED
)
&&
err
)
err
=
err2
;
err
=
err2
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment