Commit 18df8a87 authored by kbuild test robot's avatar kbuild test robot Committed by David Teigland

dlm: sctp_accept_from_sock() can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment