Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
7dc12d6d
Commit
7dc12d6d
authored
Jul 19, 2007
by
YOSHIFUJI Hideaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET] XFRM: Fix whitespace errors.
Signed-off-by:
YOSHIFUJI Hideaki
<
yoshfuji@linux-ipv6.org
>
parent
8238745a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_policy.c
+1
-1
net/xfrm/xfrm_state.c
net/xfrm/xfrm_state.c
+1
-1
No files found.
net/xfrm/xfrm_policy.c
View file @
7dc12d6d
...
...
@@ -857,7 +857,7 @@ xfrm_policy_flush_secctx_check(u8 type, struct xfrm_audit *audit_info)
pol
,
NULL
);
return
err
;
}
}
}
for
(
i
=
xfrm_policy_bydst
[
dir
].
hmask
;
i
>=
0
;
i
--
)
{
hlist_for_each_entry
(
pol
,
entry
,
xfrm_policy_bydst
[
dir
].
table
+
i
,
...
...
net/xfrm/xfrm_state.c
View file @
7dc12d6d
...
...
@@ -407,7 +407,7 @@ xfrm_state_flush_secctx_check(u8 proto, struct xfrm_audit *audit_info)
xfrm_audit_log
(
audit_info
->
loginuid
,
audit_info
->
secid
,
AUDIT_MAC_IPSEC_DELSA
,
0
,
NULL
,
x
);
0
,
NULL
,
x
);
return
err
;
}
...
...
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