Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

dlm: sctp_accept_from_sock() can be static

parent 00dcffae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;