diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-23 08:51:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-24 20:53:38 -0400 |
commit | 91705c61b52029ab5da67a15a23eef08667bf40e (patch) | |
tree | 703e4a25d5ad698b927fd7b59e6c9b0fa109b28d /net/sctp/protocol.c | |
parent | d97185466cc83902de49c7bea512651c7af12566 (diff) |
net: sctp: trivial: update mailing list address
The SCTP mailing list address to send patches or questions
to is linux-sctp@vger.kernel.org and not
lksctp-developers@lists.sourceforge.net anymore. Therefore,
update all occurences.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 4a17494d736c..b52ec2510101 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -29,7 +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 | * | 33 | * |
34 | * Or submit a bug report through the following website: | 34 | * Or submit a bug report through the following website: |
35 | * http://www.sf.net/projects/lksctp | 35 | * http://www.sf.net/projects/lksctp |
@@ -1547,7 +1547,7 @@ module_exit(sctp_exit); | |||
1547 | */ | 1547 | */ |
1548 | MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); | 1548 | MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); |
1549 | MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132"); | 1549 | MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132"); |
1550 | MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>"); | 1550 | MODULE_AUTHOR("Linux Kernel SCTP developers <linux-sctp@vger.kernel.org>"); |
1551 | MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); | 1551 | MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); |
1552 | module_param_named(no_checksums, sctp_checksum_disable, bool, 0644); | 1552 | module_param_named(no_checksums, sctp_checksum_disable, bool, 0644); |
1553 | MODULE_PARM_DESC(no_checksums, "Disable checksums computing and verification"); | 1553 | MODULE_PARM_DESC(no_checksums, "Disable checksums computing and verification"); |