Commit 714e57aa authored by Mika Westerberg's avatar Mika Westerberg
Browse files

thunderbolt: Add MODULE_DESCRIPTION



Add description about the driver to the module. No functional changes.

Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent 7ee20d0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1483,6 +1483,7 @@ static struct pci_device_id nhi_ids[] = {
};

MODULE_DEVICE_TABLE(pci, nhi_ids);
MODULE_DESCRIPTION("Thunderbolt/USB4 core driver");
MODULE_LICENSE("GPL");

static struct pci_driver nhi_driver = {