projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3abcded
)
sctp: Fix break indentation in sctp_ioctl().
author
David S. Miller
<davem@davemloft.net>
Mon, 4 Oct 2010 05:14:37 +0000
(22:14 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 4 Oct 2010 05:14:37 +0000
(22:14 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sctp/socket.c
b/net/sctp/socket.c
index 535659fdbaa1d8e1dfacf27081cd25d218ee8efd..d4bf2a78cb8a2ce4b8742243511307862f6604f5 100644
(file)
--- a/
net/sctp/socket.c
+++ b/
net/sctp/socket.c
@@
-3617,8
+3617,8
@@
SCTP_STATIC int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
amount = skb->len;
}
rc = put_user(amount, (int __user *)arg);
- }
break;
+ }
default:
rc = -ENOIOCTLCMD;
break;