Commit 35e606de authored by Alessandro Parini's avatar Alessandro Parini Committed by Greg Kroah-Hartman

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: default avatarAlessandro Parini <alessandro.parini@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4b4fd43a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment