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
Kirill Smelkov
linux
Commits
9a7241c2
Commit
9a7241c2
authored
Oct 03, 2010
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sctp: Fix break indentation in sctp_ioctl().
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
3abcdeda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/sctp/socket.c
net/sctp/socket.c
+1
-1
No files found.
net/sctp/socket.c
View file @
9a7241c2
...
@@ -3617,8 +3617,8 @@ SCTP_STATIC int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
...
@@ -3617,8 +3617,8 @@ SCTP_STATIC int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
amount
=
skb
->
len
;
amount
=
skb
->
len
;
}
}
rc
=
put_user
(
amount
,
(
int
__user
*
)
arg
);
rc
=
put_user
(
amount
,
(
int
__user
*
)
arg
);
}
break
;
break
;
}
default:
default:
rc
=
-
ENOIOCTLCMD
;
rc
=
-
ENOIOCTLCMD
;
break
;
break
;
...
...
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