char: misc: Move EXPORT_SYMBOL immediately next to the functions/varibles
authorNaveen Kumar Parna <parna.naveenkumar@gmail.com>
Fri, 17 May 2019 04:34:55 +0000 (10:04 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 May 2019 16:00:41 +0000 (18:00 +0200)
commite89bec3a9811563cc41b9d25443a07c883ab8950
treecfa8df1507bda61b3443c25627d22999962fd190
parentdc3e0aa5c58db4089a42f02a3d928f718e7dc6e8
char: misc: Move EXPORT_SYMBOL immediately next to the functions/varibles

According to checkpatch: EXPORT_SYMBOL(foo); should immediately follow its
function/variable.

This patch fixes the following checkpatch.pl issues in drivers/char/misc.c:
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable

Signed-off-by: Naveen Kumar Parna <parna.naveenkumar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/misc.c