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

Commit 1e558174 authored by Daniel Borkmann's avatar Daniel Borkmann Committed by David S. Miller
Browse files

net: sctp: minor: make jsctp_sf_eat_sack static



The function jsctp_sf_eat_sack can be made static, no need to extend
its visibility.

Signed-off-by: default avatarDaniel Borkmann <dborkman@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 217a55a3
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ static const struct file_operations sctpprobe_fops = {
	.llseek = noop_llseek,
};

sctp_disposition_t jsctp_sf_eat_sack(struct net *net,
static sctp_disposition_t jsctp_sf_eat_sack(struct net *net,
					    const struct sctp_endpoint *ep,
					    const struct sctp_association *asoc,
					    const sctp_subtype_t type,