Skip to content

Commit 3101dab

Browse files
Jeff Johnsonweiny2
authored andcommitted
ACPI: NFIT: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/acpi/nfit/nfit.o Add the missing invocation of the MODULE_DESCRIPTION() macro. [iweiny: edit description] Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Dave Jiang <[email protected]> Link: https://patch.msgid.link/r/[email protected] Signed-off-by: Ira Weiny <[email protected]>
1 parent 0858582 commit 3101dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/nfit/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,5 +3531,6 @@ static __exit void nfit_exit(void)
35313531

35323532
module_init(nfit_init);
35333533
module_exit(nfit_exit);
3534+
MODULE_DESCRIPTION("ACPI NVDIMM Firmware Interface Table (NFIT) driver");
35343535
MODULE_LICENSE("GPL v2");
35353536
MODULE_AUTHOR("Intel Corporation");

0 commit comments

Comments
 (0)