aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.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/transport.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/transport.c')
-rw-r--r--net/sctp/transport.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c
index 9602c52aa617..6836ead5c957 100644
--- a/net/sctp/transport.c
+++ b/net/sctp/transport.c
@@ -32,9 +32,6 @@
32 * email address(es): 32 * email address(es):
33 * lksctp developers <linux-sctp@vger.kernel.org> 33 * lksctp developers <linux-sctp@vger.kernel.org>
34 * 34 *
35 * Or submit a bug report through the following website:
36 * http://www.sf.net/projects/lksctp
37 *
38 * Written or modified by: 35 * Written or modified by:
39 * La Monte H.P. Yarroll <piggy@acm.org> 36 * La Monte H.P. Yarroll <piggy@acm.org>
40 * Karl Knutson <karl@athena.chicago.il.us> 37 * Karl Knutson <karl@athena.chicago.il.us>
@@ -43,9 +40,6 @@
43 * Hui Huang <hui.huang@nokia.com> 40 * Hui Huang <hui.huang@nokia.com>
44 * Sridhar Samudrala <sri@us.ibm.com> 41 * Sridhar Samudrala <sri@us.ibm.com>
45 * Ardelle Fan <ardelle.fan@intel.com> 42 * Ardelle Fan <ardelle.fan@intel.com>
46 *
47 * Any bugs reported given to us we will try to fix... any fixes shared will
48 * be incorporated into the next SCTP release.
49 */ 43 */
50 44
51#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 45#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt