Skip to content

Commit

Permalink
drivers: hv: Add a module description line to the hv_vmbus driver
Browse files Browse the repository at this point in the history
This patch only adds a MODULE_DESCRIPTION statement to the driver.
This change is only cosmetic, so there should be no runtime impact.

Signed-off-by: Joseph Salisbury <[email protected]>
Reviewed-by: Michael Kelley <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
Joseph Salisbury authored and Sasha Levin committed Jun 24, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4b972a0 commit 674eecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
@@ -2161,6 +2161,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);

0 comments on commit 674eecb

Please sign in to comment.