Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a5d29264
Commit
a5d29264
authored
Jul 19, 2007
by
YOSHIFUJI Hideaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET] NETFILTER: Fix whitespace errors.
Signed-off-by:
YOSHIFUJI Hideaki
<
yoshfuji@linux-ipv6.org
>
parent
9c681b43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
net/netfilter/nf_conntrack_standalone.c
net/netfilter/nf_conntrack_standalone.c
+1
-1
net/netfilter/nf_log.c
net/netfilter/nf_log.c
+1
-1
No files found.
net/netfilter/nf_conntrack_standalone.c
View file @
a5d29264
...
...
@@ -181,7 +181,7 @@ static int ct_seq_show(struct seq_file *s, void *v)
if
(
seq_printf
(
s
,
"use=%u
\n
"
,
atomic_read
(
&
conntrack
->
ct_general
.
use
)))
return
-
ENOSPC
;
return
0
;
}
...
...
net/netfilter/nf_log.c
View file @
a5d29264
...
...
@@ -9,7 +9,7 @@
#include "nf_internals.h"
/* Internal logging interface, which relies on the real
/* Internal logging interface, which relies on the real
LOG target modules */
#define NF_LOG_PREFIXLEN 128
...
...
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