All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iommu/iova: add missing MODULE_DESCRIPTION() macro
@ 2024-06-14  1:14 Jeff Johnson
  2024-06-14 12:20 ` Robin Murphy
  2024-06-14 14:51 ` Joerg Roedel
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Johnson @ 2024-06-14  1:14 UTC (permalink / raw)
  To: Robin Murphy, Joerg Roedel, Will Deacon
  Cc: iommu, linux-kernel, kernel-janitors, Jeff Johnson

With ARCH=arm, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/iommu/iova.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
 drivers/iommu/iova.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/iova.c b/drivers/iommu/iova.c
index d59d0ea2fd21..16c6adff3eb7 100644
--- a/drivers/iommu/iova.c
+++ b/drivers/iommu/iova.c
@@ -1000,4 +1000,5 @@ void iova_cache_put(void)
 EXPORT_SYMBOL_GPL(iova_cache_put);
 
 MODULE_AUTHOR("Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>");
+MODULE_DESCRIPTION("IOMMU I/O Virtual Address management");
 MODULE_LICENSE("GPL");

---
base-commit: 83a7eefedc9b56fe7bfeff13b6c7356688ffa670
change-id: 20240613-md-arm-drivers-iommu-f637be6ec5c8


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-14 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14  1:14 [PATCH] iommu/iova: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-14 12:20 ` Robin Murphy
2024-06-14 14:51 ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.