linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: hv: Add a module description line
@ 2019-04-22 21:39 Joseph Salisbury
  2019-04-23  3:47 ` [PATCH][v2] drivers: hv: Add a module description line to the hv_vmbus driver Joseph Salisbury
  2019-04-23 16:39 ` Michael Kelley
  0 siblings, 2 replies; 4+ messages in thread
From: Joseph Salisbury @ 2019-04-22 21:39 UTC (permalink / raw)
  To: KY Srinivasan, Haiyang Zhang, Stephen Hemminger, Michael Kelley, sashal
  Cc: linux-hyperv, linux-kernel

Signed-off-by: Joseph Salisbury <joseph.salisbury@microsoft.com>
---
 drivers/hv/vmbus_drv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index aa25f3bcbdea..1cb9408b0d40 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -2174,6 +2174,7 @@ static void __exit vmbus_exit(void)
 
 
 MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Microsoft Hyper-V VMBus Driver");
 
 subsys_initcall(hv_acpi_init);
 module_exit(vmbus_exit);
-- 
2.17.1


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

end of thread, other threads:[~2019-04-23 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22 21:39 [PATCH] drivers: hv: Add a module description line Joseph Salisbury
2019-04-23  3:47 ` [PATCH][v2] drivers: hv: Add a module description line to the hv_vmbus driver Joseph Salisbury
2019-04-23 16:39 ` Michael Kelley
2019-04-23 19:45   ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).