Re: [PATCH] Staging: comedi: comedidev.h: fix checkpatch code style issue

2014-08-05 Thread Joe Perches
On Wed, 2014-08-06 at 02:29 +0300, Dzonatans Melgalvis wrote: > Fixing checkpatch warning - blank line missing after declaration. These are false positives from a previous version of checkpatch. Please use the version in -next instead. No errors are reported with that version. > Signed-off-by:

Re: [PATCH] Staging: comedi: comedidev.h: fix checkpatch code style issue

2014-08-05 Thread Greg KH
On Wed, Aug 06, 2014 at 02:29:45AM +0300, Dzonatans Melgalvis wrote: > Fixing checkpatch warning - blank line missing after declaration. > > Signed-off-by: Dzonatans Melgalvis > --- > drivers/staging/comedi/comedidev.h | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/stagi