>> MODULE_LICENSE("GPL v2"); >> module_init(cxl_pmem_init); >> module_exit(cxl_pmem_exit); >> diff --git a/drivers/cxl/port.c b/drivers/cxl/port.c >> index 97c21566677a..5ceff1df60db 100644 >> --- a/drivers/cxl/port.c >> +++ b/drivers/cxl/port.c >> @@ -209,6 +209,7 @@ static struct cxl_driver cxl_port_driver = { >> }; >> >> module_cxl_driver(cxl_port_driver); >> +MODULE_DESCRIPTION("CXL Port Support"); This I just made up from the others since config CXL_PORT doesn't have a menu description or help text and the .c file begins with: * DOC: cxl port >> MODULE_LICENSE("GPL v2"); >> MODULE_IMPORT_NS(CXL); >> MODULE_ALIAS_CXL(CXL_DEVICE_PORT); If you have specific edits you'd like me to make, I'm happy to make them. I have no opinion on the content -- I just want to get rid of the warnings :) /jeff