summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-06-18 12:09:33 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-06-18 12:09:33 +0300
commit39e6bf7394d852b17fb083a85fee5890b445908c (patch)
tree232d2cf6450df6bcced1e9029bfef90b1c1a73b8 /lib
parent240a3a167468b839363a0bf636c6ae77daca0be1 (diff)
parent6ba59ff4227927d3a8530fc2973b80e94b54d58f (diff)
downloadlinux-39e6bf7394d852b17fb083a85fee5890b445908c.tar.xz
Merge tag 'v6.10-rc4' into staging-next
We need the staging fix in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/test_rhashtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test_rhashtable.c b/lib/test_rhashtable.c
index 42b585208249..c63db03ebb9d 100644
--- a/lib/test_rhashtable.c
+++ b/lib/test_rhashtable.c
@@ -811,4 +811,5 @@ static void __exit test_rht_exit(void)
module_init(test_rht_init);
module_exit(test_rht_exit);
+MODULE_DESCRIPTION("Resizable, Scalable, Concurrent Hash Table test module");
MODULE_LICENSE("GPL v2");