提交 18df8a87 编写于 作者: K kbuild test robot 提交者: David Teigland

dlm: sctp_accept_from_sock() can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NDavid Teigland <teigland@redhat.com>
上级 00dcffae
......@@ -760,7 +760,7 @@ static int tcp_accept_from_sock(struct connection *con)
return result;
}
int sctp_accept_from_sock(struct connection *con)
static int sctp_accept_from_sock(struct connection *con)
{
/* Check that the new node is in the lockspace */
struct sctp_prim prim;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册