summaryrefslogtreecommitdiffstats
path: root/include/linux/jhash.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2019-06-10 07:00:24 -0400
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2019-06-10 07:00:24 -0400
commitfe03d4745675cbd678cb8c50d951df0abafdcaee (patch)
tree0bcb5dee60ead04d8017e96830559109439f7c58 /include/linux/jhash.h
parent11921796f4799ca9c61c4b22cc54d84aa69f8a35 (diff)
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 @@
17 * if SELF_TEST is defined. You can use this free for any purpose. It's in 17 * if SELF_TEST is defined. You can use this free for any purpose. It's in
18 * the public domain. It has no warranty. 18 * the public domain. It has no warranty.
19 * 19 *
20 * Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu) 20 * Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@netfilter.org)
21 * 21 *
22 * I've modified Bob's hash to be useful in the Linux kernel, and 22 * I've modified Bob's hash to be useful in the Linux kernel, and
23 * any bugs present are my fault. 23 * any bugs present are my fault.