>> MODULE_LICENSE("GPL v2"); >> MODULE_IMPORT_NS(CXL); >> MODULE_IMPORT_NS(ACPI); >> diff --git a/drivers/cxl/core/port.c b/drivers/cxl/core/port.c >> index 887ed6e358fb..ccaa00cd0321 100644 >> --- a/drivers/cxl/core/port.c >> +++ b/drivers/cxl/core/port.c >> @@ -2356,5 +2356,6 @@ static void cxl_core_exit(void) >> >> subsys_initcall(cxl_core_init); >> module_exit(cxl_core_exit); >> +MODULE_DESCRIPTION("CXL (Compute Express Link) Devices Support"); > > Why the expanded version for this one? > > I'm not sure Devices really makes sense here, particularly as it > likely a range of other driver will make some use of this core > functionality over time. Maybe "CXL core" is sufficient? >