diff options
author | 2024-06-18 11:08:01 +0200 | |
---|---|---|
committer | 2024-06-18 11:08:01 +0200 | |
commit | bf14c18a2cbf65687c59a11f5e4824c4a0c8182b (patch) | |
tree | 5bc354498da520c44ebefa8fbe970b0404838553 /lib | |
parent | serial: 8250: Extract platform driver (diff) | |
parent | Linux 6.10-rc4 (diff) | |
download | wireguard-linux-bf14c18a2cbf65687c59a11f5e4824c4a0c8182b.tar.xz wireguard-linux-bf14c18a2cbf65687c59a11f5e4824c4a0c8182b.zip |
Merge tag 'v6.10-rc4' into tty-next
We need the tty/serial fixes in here as well
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/test_rhashtable.c | 1 |
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"); |