Re: [PATCH] drivers: hid: Add a module description line to the hid_hyperv driver

2019-06-01 Thread Sasha Levin
On Sat, Jun 01, 2019 at 12:19:11AM +0200, Jiri Kosina wrote: On Thu, 30 May 2019, Sasha Levin wrote: From: Joseph Salisbury 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

Re: [PATCH] drivers: hid: Add a module description line to the hid_hyperv driver

2019-05-31 Thread Jiri Kosina
On Thu, 30 May 2019, Sasha Levin wrote: > From: Joseph Salisbury > > 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 > Reviewed-by: Michael Kelley > Signed-off-by: Sash

[PATCH] drivers: hid: Add a module description line to the hid_hyperv driver

2019-05-30 Thread Sasha Levin
From: Joseph Salisbury 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 Reviewed-by: Michael Kelley Signed-off-by: Sasha Levin --- drivers/hid/hid-hyperv.c | 2 ++ 1 file cha

RE: [PATCH] drivers: hid: Add a module description line

2019-04-22 Thread Joseph Salisbury
; Stephen Hemminger ; sas...@kernel.org; ji...@kernel.org; benjamin.tissoi...@redhat.com Cc: linux-hyp...@vger.kernel.org; linux-in...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: RE: [PATCH] drivers: hid: Add a module description line From: Joseph Salisbury Sent: Monday, April 22, 20

RE: [PATCH] drivers: hid: Add a module description line

2019-04-22 Thread Michael Kelley
From: Joseph Salisbury Sent: Monday, April 22, 2019 2:31 PM > > Signed-off-by: Joseph Salisbury > --- > 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 704049e62d58..d3311d714d35 100644 > --- a/dri

[PATCH] drivers: hid: Add a module description line

2019-04-22 Thread Joseph Salisbury
Signed-off-by: Joseph Salisbury --- 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 704049e62d58..d3311d714d35 100644 --- a/drivers/hid/hid-hyperv.c +++ b/drivers/hid/hid-hyperv.c @@ -614,5 +614,7 @@ static v