[PATCH] testing: nvdimm: iomap: add MODULE_DESCRIPTION()

From: Jeff Johnson
Date: Sun May 26 2024 - 11:52:59 EST


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 <quic_jjohnson@xxxxxxxxxxx>
---
tools/testing/nvdimm/test/iomap.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/nvdimm/test/iomap.c b/tools/testing/nvdimm/test/iomap.c
index ea956082e6a4..e4313726fae3 100644
--- a/tools/testing/nvdimm/test/iomap.c
+++ b/tools/testing/nvdimm/test/iomap.c
@@ -407,4 +407,5 @@ union acpi_object * __wrap_acpi_evaluate_dsm(acpi_handle handle, const guid_t *g
}
EXPORT_SYMBOL(__wrap_acpi_evaluate_dsm);

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

---
base-commit: 416ff45264d50a983c3c0b99f0da6ee59f9acd68
change-id: 20240526-md-testing-nvdimm-02b9402677a6