Skip to content

Commit 64caea5

Browse files
Joseph SalisburyJiri Kosina
authored andcommitted
HID: hyperv: Add a module description line
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]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 2409877 commit 64caea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hid/hid-hyperv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,5 +614,7 @@ static void __exit mousevsc_exit(void)
614614
}
615615

616616
MODULE_LICENSE("GPL");
617+
MODULE_DESCRIPTION("Microsoft Hyper-V Synthetic HID Driver");
618+
617619
module_init(mousevsc_init);
618620
module_exit(mousevsc_exit);

0 commit comments

Comments
 (0)