diff options
author | Jean Sacren <sakiwit@gmail.com> | 2014-01-19 15:24:53 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-19 19:55:50 -0800 |
commit | 31956660693f130ff1de1040725e0636adb9261f (patch) | |
tree | 89a993db2297e193e83f6492b6bab1e429188b07 /include | |
parent | 602582ca7a159622aebc5e643f6577fe8f0d6a41 (diff) | |
download | linux-31956660693f130ff1de1040725e0636adb9261f.tar.gz linux-31956660693f130ff1de1040725e0636adb9261f.tar.bz2 linux-31956660693f130ff1de1040725e0636adb9261f.zip |
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>
Diffstat (limited to 'include')
-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 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@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 |