mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
thunderbolt: Add MODULE_DESCRIPTION
Add description about the driver to the module. No functional changes. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
7ee20d0afb
commit
714e57aa3b
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user