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
9cbcbf4e
Commit
9cbcbf4e
authored
Jul 19, 2007
by
YOSHIFUJI Hideaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET] SCTP: Fix whitespace errors.
Signed-off-by:
YOSHIFUJI Hideaki
<
yoshfuji@linux-ipv6.org
>
parent
1c899641
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
net/sctp/sm_statefuns.c
net/sctp/sm_statefuns.c
+1
-1
net/sctp/socket.c
net/sctp/socket.c
+2
-2
No files found.
net/sctp/sm_statefuns.c
View file @
9cbcbf4e
...
...
@@ -1779,7 +1779,7 @@ static sctp_disposition_t sctp_sf_do_dupcook_d(const struct sctp_endpoint *ep,
SCTP_COMM_UP
,
0
,
asoc
->
c
.
sinit_num_ostreams
,
asoc
->
c
.
sinit_max_instreams
,
NULL
,
GFP_ATOMIC
);
NULL
,
GFP_ATOMIC
);
if
(
!
ev
)
goto
nomem
;
...
...
net/sctp/socket.c
View file @
9cbcbf4e
...
...
@@ -4803,7 +4803,7 @@ static int sctp_getsockopt_partial_delivery_point(struct sock *sk, int len,
char
__user
*
optval
,
int
__user
*
optlen
)
{
u32
val
;
u32
val
;
if
(
len
<
sizeof
(
u32
))
return
-
EINVAL
;
...
...
@@ -4827,7 +4827,7 @@ static int sctp_getsockopt_maxburst(struct sock *sk, int len,
char
__user
*
optval
,
int
__user
*
optlen
)
{
int
val
;
int
val
;
if
(
len
<
sizeof
(
int
))
return
-
EINVAL
;
...
...
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