]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: mite: tidy up module init/exit
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 2 May 2016 17:11:52 +0000 (10:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 May 2016 21:11:15 +0000 (14:11 -0700)
commit06cc9736eb3a376ae2631835ea76b27f7ad910d5
treea93223fbf33c93229aa46fb31a6906045c47e4d3
parent1be49c41e82935256ad28e770adfb505ff4bf313
staging: comedi: mite: tidy up module init/exit

Move the module_init()/module_exit() so they are in the prefered spot
on the line after the function.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/mite.c