aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sysctl.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-08-06 15:18:13 -0400
committerDavid S. Miller <davem@davemloft.net>2013-08-09 14:33:02 -0400
commit477143e3fece3dc12629bb1ebd7b47e8e6e72b2b (patch)
tree51ffb145b81bc54d7051d6798b67c1913d17b840 /net/sctp/sysctl.c
parentcda5f98e36576596b9230483ec52bff3cc97eb21 (diff)
net: sctp: trivial: update bug report in header comment
With the restructuring of the lksctp.org site, we only allow bug reports through the SCTP mailing list linux-sctp@vger.kernel.org, not via SF, as SF is only used for web hosting and nothing more. While at it, also remove the obvious statement that bugs will be fixed and incooperated into the kernel. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/sysctl.c')
-rw-r--r--net/sctp/sysctl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c
index 754809a7183d..1b1ee769b5bf 100644
--- a/net/sctp/sysctl.c
+++ b/net/sctp/sysctl.c
@@ -27,18 +27,12 @@
27 * email address(es): 27 * email address(es):
28 * lksctp developers <linux-sctp@vger.kernel.org> 28 * lksctp developers <linux-sctp@vger.kernel.org>
29 * 29 *
30 * Or submit a bug report through the following website:
31 * http://www.sf.net/projects/lksctp
32 *
33 * Written or modified by: 30 * Written or modified by:
34 * Mingqin Liu <liuming@us.ibm.com> 31 * Mingqin Liu <liuming@us.ibm.com>
35 * Jon Grimm <jgrimm@us.ibm.com> 32 * Jon Grimm <jgrimm@us.ibm.com>
36 * Ardelle Fan <ardelle.fan@intel.com> 33 * Ardelle Fan <ardelle.fan@intel.com>
37 * Ryan Layer <rmlayer@us.ibm.com> 34 * Ryan Layer <rmlayer@us.ibm.com>
38 * Sridhar Samudrala <sri@us.ibm.com> 35 * Sridhar Samudrala <sri@us.ibm.com>
39 *
40 * Any bugs reported given to us we will try to fix... any fixes shared will
41 * be incorporated into the next SCTP release.
42 */ 36 */
43 37
44#include <net/sctp/structs.h> 38#include <net/sctp/structs.h>