aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r--net/sctp/protocol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
index 19bd4c5bdae9..34b7726bcd7f 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -1065,8 +1065,8 @@ static struct sctp_af sctp_af_inet = {
1065#endif 1065#endif
1066}; 1066};
1067 1067
1068struct sctp_pf *sctp_get_pf_specific(sa_family_t family) { 1068struct sctp_pf *sctp_get_pf_specific(sa_family_t family)
1069 1069{
1070 switch (family) { 1070 switch (family) {
1071 case PF_INET: 1071 case PF_INET:
1072 return sctp_pf_inet_specific; 1072 return sctp_pf_inet_specific;