[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190601183056.GO12898@sasha-vm>
Date: Sat, 1 Jun 2019 14:30:56 -0400
From: Sasha Levin <sashal@...nel.org>
To: Jiri Kosina <jikos@...nel.org>
Cc: benjamin.tissoires@...hat.com, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
Joseph Salisbury <Joseph.Salisbury@...rosoft.com>
Subject: Re: [PATCH] drivers: hid: Add a module description line to the
hid_hyperv driver
On Sat, Jun 01, 2019 at 12:19:11AM +0200, Jiri Kosina wrote:
>On Thu, 30 May 2019, Sasha Levin wrote:
>
>> From: Joseph Salisbury <Joseph.Salisbury@...rosoft.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@...rosoft.com>
>> Reviewed-by: Michael Kelley <mikelley@...rosoft.com>
>> Signed-off-by: Sasha Levin <sashal@...nel.org>
>> ---
>> drivers/hid/hid-hyperv.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/hid/hid-hyperv.c b/drivers/hid/hid-hyperv.c
>> index 704049e62d58a..d3311d714d359 100644
>> --- a/drivers/hid/hid-hyperv.c
>> +++ b/drivers/hid/hid-hyperv.c
>> @@ -614,5 +614,7 @@ static void __exit mousevsc_exit(void)
>> }
>>
>> MODULE_LICENSE("GPL");
>> +MODULE_DESCRIPTION("Microsoft Hyper-V Synthetic HID Driver");
>> +
>
>Is there a reason why you didn't CC Joseph on this submission?
Hm, no, I just went with my usual get_maintainers.pl + whomever git
adds. Sorry Joe!
--
Thanks,
Sasha
Powered by blists - more mailing lists