linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: input: serio: Add a module desription
@ 2019-04-22 21:38 Joseph Salisbury
  2019-04-23  3:47 ` [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard 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:38 UTC (permalink / raw)
  To: KY Srinivasan, Haiyang Zhang, Stephen Hemminger, Michael Kelley,
	sashal, dmitry.torokhov
  Cc: linux-hyperv, linux-input, linux-kernel

Signed-off-by: Joseph Salisbury <joseph.salisbury@microsoft.com>
---
 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 a8b9be3e28db..7935e52b5435 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.17.1


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

* [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard driver
  2019-04-22 21:38 [PATCH] drivers: input: serio: Add a module desription Joseph Salisbury
@ 2019-04-23  3:47 ` Joseph Salisbury
  2019-04-23 16:39 ` Michael Kelley
  1 sibling, 0 replies; 4+ messages in thread
From: Joseph Salisbury @ 2019-04-23  3:47 UTC (permalink / raw)
  To: KY Srinivasan, Haiyang Zhang, Stephen Hemminger, Michael Kelley,
	sashal, dmitry.torokhov
  Cc: linux-hyperv, linux-input, linux-kernel

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>
---
 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 a8b9be3e28db..7935e52b5435 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.17.1


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

* RE: [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard driver
  2019-04-22 21:38 [PATCH] drivers: input: serio: Add a module desription Joseph Salisbury
  2019-04-23  3:47 ` [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard driver Joseph Salisbury
@ 2019-04-23 16:39 ` Michael Kelley
  2019-04-23 19:45   ` Sasha Levin
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Kelley @ 2019-04-23 16:39 UTC (permalink / raw)
  To: Joseph Salisbury, KY Srinivasan, Haiyang Zhang,
	Stephen Hemminger, sashal, dmitry.torokhov
  Cc: linux-hyperv, linux-input, linux-kernel

From: Joseph Salisbury <joseph.salisbury@microsoft.com> Sent: Monday, April 22, 2019 8:47 PM
> 
> 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>

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

* Re: [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard driver
  2019-04-23 16:39 ` Michael Kelley
@ 2019-04-23 19:45   ` Sasha Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2019-04-23 19:45 UTC (permalink / raw)
  To: Michael Kelley
  Cc: Joseph Salisbury, KY Srinivasan, Haiyang Zhang,
	Stephen Hemminger, dmitry.torokhov, linux-hyperv, linux-input,
	linux-kernel

On Tue, Apr 23, 2019 at 04:39:00PM +0000, Michael Kelley wrote:
>From: Joseph Salisbury <joseph.salisbury@microsoft.com> Sent: Monday, April 22, 2019 8:47 PM
>>
>> 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>

Queued up for hyperv-next, thanks!

--
Thanks,
Sasha

^ permalink raw reply	[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:38 [PATCH] drivers: input: serio: Add a module desription Joseph Salisbury
2019-04-23  3:47 ` [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard 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).