diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2014-07-18 21:28:12 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-18 23:10:39 (GMT) |
commit | 663dfc05053d826c2b319bda6c6864a1c005608d (patch) | |
tree | e07cd514cd5e5632428319f1c6e440c772fcd919 /drivers | |
parent | 3df9f21af9d52fd4fd85e874ebba5e9cc4905e7d (diff) | |
download | linux-663dfc05053d826c2b319bda6c6864a1c005608d.tar.xz |
staging: comedi: comedi_internal.h: checkpatch.pl --strict cleanup
Fix the checkpatch.pl --strict issues:
CHECK: Please use a blank line after function/struct/union/enum declarations
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/comedi/comedi_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/comedi/comedi_internal.h b/drivers/staging/comedi/comedi_internal.h index e978c22..d57817c 100644 --- a/drivers/staging/comedi/comedi_internal.h +++ b/drivers/staging/comedi/comedi_internal.h @@ -48,6 +48,7 @@ void comedi_proc_cleanup(void); static inline void comedi_proc_init(void) { } + static inline void comedi_proc_cleanup(void) { } |