Commit 88a9ded9 authored by Mika Westerberg's avatar Mika Westerberg
Browse files

thunderbolt: dma_test: Update MODULE_DESCRIPTION



Make the description match the core driver and the networking with
Thunderbolt/USB4 prefix. No functional changes.

Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent 714e57aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -756,5 +756,5 @@ module_exit(dma_test_exit);

MODULE_AUTHOR("Isaac Hazan <isaac.hazan@intel.com>");
MODULE_AUTHOR("Mika Westerberg <mika.westerberg@linux.intel.com>");
MODULE_DESCRIPTION("DMA traffic test driver");
MODULE_DESCRIPTION("Thunderbolt/USB4 DMA traffic test driver");
MODULE_LICENSE("GPL v2");