1
0
Fork 0

Staging: fbtft: Extra blank line not required before '}'

Remove unnecesessary extra blank line before the closing brace,
to solve the checkpatch.pl check:
CHECK: Extra blank line not required before closing brace '}'

Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Bhanusree Pola 2019-02-25 21:35:10 +05:30 committed by Greg Kroah-Hartman
parent 4973c2e6d9
commit d0ff480a35
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ static int fbtft_request_one_gpio(struct fbtft_par *par,
dev_err(dev,
"Failed to request %s GPIO:%d\n", name, ret);
return ret;
}
fbtft_par_dbg(DEBUG_REQUEST_GPIOS, par, "%s: '%s' GPIO\n",
__func__, name);