staging: unisys: fix "missing a blank line" coding style
fix coding style issue "Missing a blank line after declarations" detected by checkpatch.pl in visorchipset.c Signed-off-by: Alessandro Parini <alessandro.parini@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4b4fd43a43
commit
35e606de51
|
@ -2399,6 +2399,7 @@ static __init uint32_t visorutil_spar_detect(void)
|
|||
static int init_unisys(void)
|
||||
{
|
||||
int result;
|
||||
|
||||
if (!visorutil_spar_detect())
|
||||
return -ENODEV;
|
||||
|
||||
|
|
Loading…
Reference in New Issue