Skip to content

Commit f48b344

Browse files
Jeff Johnsonweiny2
authored andcommitted
testing: nvdimm: iomap: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/nvdimm/../../tools/testing/nvdimm/test/iomap.o Signed-off-by: Jeff Johnson <[email protected]> Link: https://patch.msgid.link/r/[email protected] Signed-off-by: Ira Weiny <[email protected]>
1 parent 1d5198d commit f48b344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/nvdimm/test/iomap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,5 @@ union acpi_object * __wrap_acpi_evaluate_dsm(acpi_handle handle, const guid_t *g
407407
}
408408
EXPORT_SYMBOL(__wrap_acpi_evaluate_dsm);
409409

410+
MODULE_DESCRIPTION("NVDIMM unit test");
410411
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)