diff options
Diffstat (limited to 'net/sctp/protocol.c')
| -rw-r--r-- | net/sctp/protocol.c | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 4a17494d736c..5e17092f4ada 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c  | |||
| @@ -29,10 +29,7 @@ | |||
| 29 | * | 29 | * | 
| 30 | * Please send any bug reports or fixes you make to the | 30 | * Please send any bug reports or fixes you make to the | 
| 31 | * email address(es): | 31 | * email address(es): | 
| 32 | * lksctp developers <lksctp-developers@lists.sourceforge.net> | 32 | * lksctp developers <linux-sctp@vger.kernel.org> | 
| 33 | * | ||
| 34 | * Or submit a bug report through the following website: | ||
| 35 | * http://www.sf.net/projects/lksctp | ||
| 36 | * | 33 | * | 
| 37 | * Written or modified by: | 34 | * Written or modified by: | 
| 38 | * La Monte H.P. Yarroll <piggy@acm.org> | 35 | * La Monte H.P. Yarroll <piggy@acm.org> | 
| @@ -41,9 +38,6 @@ | |||
| 41 | * Sridhar Samudrala <sri@us.ibm.com> | 38 | * Sridhar Samudrala <sri@us.ibm.com> | 
| 42 | * Daisy Chang <daisyc@us.ibm.com> | 39 | * Daisy Chang <daisyc@us.ibm.com> | 
| 43 | * Ardelle Fan <ardelle.fan@intel.com> | 40 | * Ardelle Fan <ardelle.fan@intel.com> | 
| 44 | * | ||
| 45 | * Any bugs reported given to us we will try to fix... any fixes shared will | ||
| 46 | * be incorporated into the next SCTP release. | ||
| 47 | */ | 41 | */ | 
| 48 | 42 | ||
| 49 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 43 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 
| @@ -1547,7 +1541,7 @@ module_exit(sctp_exit); | |||
| 1547 | */ | 1541 | */ | 
| 1548 | MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); | 1542 | MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); | 
| 1549 | MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132"); | 1543 | MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132"); | 
| 1550 | MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>"); | 1544 | MODULE_AUTHOR("Linux Kernel SCTP developers <linux-sctp@vger.kernel.org>"); | 
| 1551 | MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); | 1545 | MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); | 
| 1552 | module_param_named(no_checksums, sctp_checksum_disable, bool, 0644); | 1546 | module_param_named(no_checksums, sctp_checksum_disable, bool, 0644); | 
| 1553 | MODULE_PARM_DESC(no_checksums, "Disable checksums computing and verification"); | 1547 | MODULE_PARM_DESC(no_checksums, "Disable checksums computing and verification"); | 
