Re: [PATCH] input: fix input-mt kernel-doc warning

2012-11-14 Thread Dmitry Torokhov
On Thu, Nov 08, 2012 at 06:56:09PM +0100, Henrik Rydberg wrote: > Hi Dmitry, > > > > > From: Randy Dunlap > > > > > > > > Fix new kernel-doc warning in input-mt.c: > > > > > > > > Warning(drivers/input/input-mt.c:38): No description found for > > > > parameter 'flags' > > > > > > Thanks for t

Re: [PATCH] input: fix input-mt kernel-doc warning

2012-11-08 Thread Henrik Rydberg
Hi Dmitry, > > > From: Randy Dunlap > > > > > > Fix new kernel-doc warning in input-mt.c: > > > > > > Warning(drivers/input/input-mt.c:38): No description found for parameter > > > 'flags' > > > > Thanks for the patch. It seemed reasonable to expand the function > > documentation a bit as wel

Re: [PATCH] input: fix input-mt kernel-doc warning

2012-11-08 Thread Dmitry Torokhov
On Wed, Nov 07, 2012 at 08:46:17PM +0100, Henrik Rydberg wrote: > Hi Randy, > > > From: Randy Dunlap > > > > Fix new kernel-doc warning in input-mt.c: > > > > Warning(drivers/input/input-mt.c:38): No description found for parameter > > 'flags' > > Thanks for the patch. It seemed reasonable to

Re: [PATCH] input: fix input-mt kernel-doc warning

2012-11-07 Thread Henrik Rydberg
Hi Randy, > From: Randy Dunlap > > Fix new kernel-doc warning in input-mt.c: > > Warning(drivers/input/input-mt.c:38): No description found for parameter > 'flags' Thanks for the patch. It seemed reasonable to expand the function documentation a bit as well, hope you are alright with the patc

[PATCH] input: fix input-mt kernel-doc warning

2012-11-06 Thread Randy Dunlap
From: Randy Dunlap Fix new kernel-doc warning in input-mt.c: Warning(drivers/input/input-mt.c:38): No description found for parameter 'flags' Signed-off-by: Randy Dunlap Cc: Henrik Rydberg Cc: linux-in...@vger.kernel.org --- drivers/input/input-mt.c |1 + 1 file changed, 1 insert