staging: rtl8188eu: move return type to functions definition line
authorMichael Straube <straube.linux@gmail.com>
Sat, 30 Jun 2018 18:14:39 +0000 (20:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Jul 2018 08:43:10 +0000 (10:43 +0200)
commitf33f23048f638c078a83007e7678872756174d42
tree038cb17cc9fdf458c89b832f310acd5ed180d017
parent3a26036ff91a2a5ec2b639e9cd3c0241a7c50682
staging: rtl8188eu: move return type to functions definition line

The return type of a function should be on the same line as the
definition.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/hal_com.c