aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jhash.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2019-06-10 13:00:24 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2019-06-10 13:00:24 +0200
commitfe03d4745675cbd678cb8c50d951df0abafdcaee (patch)
tree0bcb5dee60ead04d8017e96830559109439f7c58 /include/linux/jhash.h
parentipset: Fix memory accounting for hash types on resize (diff)
downloadlinux-dev-fe03d4745675cbd678cb8c50d951df0abafdcaee.tar.xz
linux-dev-fe03d4745675cbd678cb8c50d951df0abafdcaee.zip
Update my email address
It's better to use my kadlec@netfilter.org email address in the source code. I might not be able to use kadlec@blackhole.kfki.hu in the future. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'include/linux/jhash.h')
-rw-r--r--include/linux/jhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jhash.h b/include/linux/jhash.h
index 8037850f3104..ba2f6a9776b6 100644
--- a/include/linux/jhash.h
+++ b/include/linux/jhash.h
@@ -17,7 +17,7 @@
* if SELF_TEST is defined. You can use this free for any purpose. It's in
* the public domain. It has no warranty.
*
- * Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu)
+ * Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@netfilter.org)
*
* I've modified Bob's hash to be useful in the Linux kernel, and
* any bugs present are my fault.