[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1390170293-15851-1-git-send-email-sakiwit@gmail.com>
Date: Sun, 19 Jan 2014 15:24:53 -0700
From: Jean Sacren <sakiwit@...il.com>
To: Vlad Yasevich <vyasevich@...il.com>,
Neil Horman <nhorman@...driver.com>
Cc: linux-sctp@...r.kernel.org, netdev@...r.kernel.org,
Daniel Borkmann <dborkman@...hat.com>
Subject: [PATCH net-next] sctp: fix missing SCTP mailing list address update
The commit 91705c61b5202 ("net: sctp: trivial: update mailing list
address") updated almost all the SCTP mailing list address from
"lksctp-developers@...ts.sourceforge.net"
to
"linux-sctp@...r.kernel.org"
except for the one in include/linux/sctp.h file. Fix this way trivial
one so that all is updated.
Signed-off-by: Jean Sacren <sakiwit@...il.com>
Cc: Daniel Borkmann <dborkman@...hat.com>
---
include/linux/sctp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/sctp.h b/include/linux/sctp.h
index c4c5eba26d9f..a9414fd49dc6 100644
--- a/include/linux/sctp.h
+++ b/include/linux/sctp.h
@@ -28,7 +28,7 @@
*
* Please send any bug reports or fixes you make to the
* email address(es):
- * lksctp developers <lksctp-developerst@...ts.sourceforge.net>
+ * lksctp developers <linux-sctp@...r.kernel.org>
*
* Or submit a bug report through the following website:
* http://www.sf.net/projects/lksctp
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists