Browse Source

sctp: Fix break indentation in sctp_ioctl().

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 14 years ago
parent
commit
9a7241c21b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/sctp/socket.c

+ 1 - 1
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;