* [PATCH] drivers: input: serio: Add a module desription to the hyperv_keyboard driver
@ 2019-05-30 17:46 Sasha Levin
2019-06-12 21:53 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Sasha Levin @ 2019-05-30 17:46 UTC (permalink / raw)
To: dmitry.torokhov; +Cc: linux-input, linux-kernel
From: Joseph Salisbury <Joseph.Salisbury@microsoft.com>
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 <joseph.salisbury@microsoft.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
drivers/input/serio/hyperv-keyboard.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/input/serio/hyperv-keyboard.c b/drivers/input/serio/hyperv-keyboard.c
index a8b9be3e28db7..7935e52b54358 100644
--- a/drivers/input/serio/hyperv-keyboard.c
+++ b/drivers/input/serio/hyperv-keyboard.c
@@ -440,5 +440,7 @@ static void __exit hv_kbd_exit(void)
}
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Microsoft Hyper-V Synthetic Keyboard Driver");
+
module_init(hv_kbd_init);
module_exit(hv_kbd_exit);
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers: input: serio: Add a module desription to the hyperv_keyboard driver
2019-05-30 17:46 [PATCH] drivers: input: serio: Add a module desription to the hyperv_keyboard driver Sasha Levin
@ 2019-06-12 21:53 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2019-06-12 21:53 UTC (permalink / raw)
To: Sasha Levin; +Cc: linux-input, linux-kernel
Hi Sasha,
On Thu, May 30, 2019 at 01:46:45PM -0400, Sasha Levin wrote:
> From: Joseph Salisbury <Joseph.Salisbury@microsoft.com>
>
> 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 <joseph.salisbury@microsoft.com>
> Reviewed-by: Michael Kelley <mikelley@microsoft.com>
> Signed-off-by: Sasha Levin <sashal@kernel.org>
This is already in Linus' tree as commit
9d1c2f067e50bebb521ed6ced49ddf53bb1deba8
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-12 21:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-30 17:46 [PATCH] drivers: input: serio: Add a module desription to the hyperv_keyboard driver Sasha Levin
2019-06-12 21:53 ` Dmitry Torokhov
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).