sctp: Fix break indentation in sctp_ioctl().
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Oct 2010 05:14:37 +0000 (22:14 -0700)
committerDavid 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

index 535659f..d4bf2a7 100644 (file)
@@ -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;