Commit 9a7241c2 authored by David S. Miller's avatar David S. Miller

sctp: Fix break indentation in sctp_ioctl().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3abcdeda
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment