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.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
index 5e17092f4ada..34b7726bcd7f 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -23,9 +23,8 @@
23 * See the GNU General Public License for more details. 23 * See the GNU General Public License for more details.
24 * 24 *
25 * You should have received a copy of the GNU General Public License 25 * You should have received a copy of the GNU General Public License
26 * along with GNU CC; see the file COPYING. If not, write to 26 * along with GNU CC; see the file COPYING. If not, see
27 * the Free Software Foundation, 59 Temple Place - Suite 330, 27 * <http://www.gnu.org/licenses/>.
28 * Boston, MA 02111-1307, USA.
29 * 28 *
30 * Please send any bug reports or fixes you make to the 29 * Please send any bug reports or fixes you make to the
31 * email address(es): 30 * email address(es):
@@ -1066,8 +1065,8 @@ static struct sctp_af sctp_af_inet = {
1066#endif 1065#endif
1067}; 1066};
1068 1067
1069struct sctp_pf *sctp_get_pf_specific(sa_family_t family) { 1068struct sctp_pf *sctp_get_pf_specific(sa_family_t family)
1070 1069{
1071 switch (family) { 1070 switch (family) {
1072 case PF_INET: 1071 case PF_INET:
1073 return sctp_pf_inet_specific; 1072 return sctp_pf_inet_specific;