提交 9a7241c2 编写于 作者: D David S. Miller

sctp: Fix break indentation in sctp_ioctl().

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3abcdeda
...@@ -3617,8 +3617,8 @@ SCTP_STATIC int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg) ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册