aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c
diff options
context:
space:
mode:
authorDaniel Borkmann <[email protected]>2013-07-23 12:51:47 +0000
committerDavid S. Miller <[email protected]>2013-07-25 00:53:38 +0000
commit91705c61b52029ab5da67a15a23eef08667bf40e (patch)
tree703e4a25d5ad698b927fd7b59e6c9b0fa109b28d /net/sctp/protocol.c
parentdrivers: net: cpsw: add support to show hw stats via ethtool (diff)
downloadkernel-91705c61b52029ab5da67a15a23eef08667bf40e.tar.gz
kernel-91705c61b52029ab5da67a15a23eef08667bf40e.zip
net: sctp: trivial: update mailing list address
The SCTP mailing list address to send patches or questions to is [email protected] and not [email protected] anymore. Therefore, update all occurences. Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Neil Horman <[email protected]> Acked-by: Vlad Yasevich <[email protected]> Signed-off-by: David S. Miller <[email protected]>
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 4a17494d736c..b52ec2510101 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -29,7 +29,7 @@
*
* Please send any bug reports or fixes you make to the
* email address(es):
- * lksctp developers <[email protected]>
+ * lksctp developers <[email protected]>
*
* Or submit a bug report through the following website:
* http://www.sf.net/projects/lksctp
@@ -1547,7 +1547,7 @@ module_exit(sctp_exit);
*/
MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132");
MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132");
-MODULE_AUTHOR("Linux Kernel SCTP developers <[email protected]>");
+MODULE_AUTHOR("Linux Kernel SCTP developers <[email protected]>");
MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)");
module_param_named(no_checksums, sctp_checksum_disable, bool, 0644);
MODULE_PARM_DESC(no_checksums, "Disable checksums computing and verification");