From: Mika Westerberg Date: Fri, 24 Mar 2023 18:44:56 +0000 (+0200) Subject: thunderbolt: dma_test: Update MODULE_DESCRIPTION X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=88a9ded93453dea6748572242faf30f199be4f41;p=users%2Fjedix%2Flinux-maple.git 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 --- 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 "); MODULE_AUTHOR("Mika Westerberg "); -MODULE_DESCRIPTION("DMA traffic test driver"); +MODULE_DESCRIPTION("Thunderbolt/USB4 DMA traffic test driver"); MODULE_LICENSE("GPL v2");