mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-07 01:51:42 +00:00
sctp: Fix break indentation in sctp_ioctl().
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3abcdeda59
commit
9a7241c21b
@ -3617,8 +3617,8 @@ SCTP_STATIC int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
|
|||||||
amount = skb->len;
|
amount = skb->len;
|
||||||
}
|
}
|
||||||
rc = put_user(amount, (int __user *)arg);
|
rc = put_user(amount, (int __user *)arg);
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
rc = -ENOIOCTLCMD;
|
rc = -ENOIOCTLCMD;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user