diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2023-03-24 19:44:56 +0100 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2023-05-24 08:39:35 +0200 |
commit | 88a9ded93453dea6748572242faf30f199be4f41 (patch) | |
tree | e3005548ea25c48fb462ecee0542ca28195d60b4 /drivers/thunderbolt | |
parent | thunderbolt: Add MODULE_DESCRIPTION (diff) | |
download | linux-88a9ded93453dea6748572242faf30f199be4f41.tar.xz linux-88a9ded93453dea6748572242faf30f199be4f41.zip |
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: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r-- | drivers/thunderbolt/dma_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/dma_test.c b/drivers/thunderbolt/dma_test.c index 3bedecb236e0..c29cf620ee7d 100644 --- a/drivers/thunderbolt/dma_test.c +++ b/drivers/thunderbolt/dma_test.c @@ -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"); |