aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnson <[email protected]>2024-05-16 18:57:32 -0700
committerMichael S. Tsirkin <[email protected]>2024-07-09 08:42:40 -0400
commite400ddf0fb76f451bcf0c7de8a1dbdb1fa0359d5 (patch)
tree2e564df76f2603b67617f9611e68fa3615ba15a4
parent9be237df09ce0c58b09fa979452bfe3f217e41ce (diff)
vringh: add MODULE_DESCRIPTION()
Fix the allmodconfig 'make w=1' issue: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/vhost/vringh.o Signed-off-by: Jeff Johnson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Jason Wang <[email protected]>
-rw-r--r--drivers/vhost/vringh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vhost/vringh.c b/drivers/vhost/vringh.c
index 7b8fd977f71c..73e153f9b449 100644
--- a/drivers/vhost/vringh.c
+++ b/drivers/vhost/vringh.c
@@ -1614,4 +1614,5 @@ EXPORT_SYMBOL(vringh_need_notify_iotlb);
#endif
+MODULE_DESCRIPTION("host side of a virtio ring");
MODULE_LICENSE("GPL");