dect
/
linux-2.6
Archived
13
0
Fork 0

sctp: Fix break indentation in sctp_ioctl().

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2010-10-03 22:14:37 -07:00
parent 3abcdeda59
commit 9a7241c21b
1 changed files with 1 additions and 1 deletions

View 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;