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
40b77c94
Commit
40b77c94
authored
Jul 19, 2007
by
YOSHIFUJI Hideaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET] CORE: Fix whitespace errors.
Signed-off-by:
YOSHIFUJI Hideaki
<
yoshfuji@linux-ipv6.org
>
parent
00ae02f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
net/core/dev.c
net/core/dev.c
+1
-1
net/core/rtnetlink.c
net/core/rtnetlink.c
+1
-1
net/core/sock.c
net/core/sock.c
+1
-1
No files found.
net/core/dev.c
View file @
40b77c94
...
...
@@ -2629,7 +2629,7 @@ void __dev_set_rx_mode(struct net_device *dev)
return
;
if
(
!
netif_device_present
(
dev
))
return
;
return
;
if
(
dev
->
set_rx_mode
)
dev
->
set_rx_mode
(
dev
);
...
...
net/core/rtnetlink.c
View file @
40b77c94
...
...
@@ -98,7 +98,7 @@ int rtattr_parse(struct rtattr *tb[], int maxattr, struct rtattr *rta, int len)
}
int
__rtattr_parse_nested_compat
(
struct
rtattr
*
tb
[],
int
maxattr
,
struct
rtattr
*
rta
,
int
len
)
struct
rtattr
*
rta
,
int
len
)
{
if
(
RTA_PAYLOAD
(
rta
)
<
len
)
return
-
1
;
...
...
net/core/sock.c
View file @
40b77c94
...
...
@@ -217,7 +217,7 @@ static int sock_set_timeout(long *timeo_p, char __user *optval, int optlen)
warned
++
;
printk
(
KERN_INFO
"sock_set_timeout: `%s' (pid %d) "
"tries to set negative timeout
\n
"
,
current
->
comm
,
current
->
pid
);
current
->
comm
,
current
->
pid
);
return
0
;
}
*
timeo_p
=
MAX_SCHEDULE_TIMEOUT
;
...
...
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