diff options
author | Jean Sacren <sakiwit@gmail.com> | 2014-01-19 22:24:53 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-20 03:55:50 (GMT) |
commit | 31956660693f130ff1de1040725e0636adb9261f (patch) | |
tree | 89a993db2297e193e83f6492b6bab1e429188b07 | |
parent | 602582ca7a159622aebc5e643f6577fe8f0d6a41 (diff) | |
download | linux-31956660693f130ff1de1040725e0636adb9261f.tar.xz |
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@lists.sourceforge.net"
to
"linux-sctp@vger.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@gmail.com>
Cc: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/sctp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h index c4c5eba..a9414fd 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@lists.sourceforge.net> + * lksctp developers <linux-sctp@vger.kernel.org> * * Or submit a bug report through the following website: * http://www.sf.net/projects/lksctp |