Skip to content

Commit

Permalink
sctp: Fix break indentation in sctp_ioctl().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Oct 4, 2010
1 parent 3abcded commit 9a7241c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a7241c

Please sign in to comment.