diff options
author | Bhanusree Pola <bhanusreemahesh@gmail.com> | 2019-02-25 21:35:10 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-26 11:40:07 +0100 |
commit | d0ff480a35f81cc2f802a7035a8fc855aa6fb9ed (patch) | |
tree | d36fe955c1e86af58de5e6f4be57652b0464ff3c /drivers | |
parent | 4973c2e6d9d7031ff6efbf419c213bb48d0746a6 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/fbtft/fbtft-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c index de3f431abc15..9d78ce6e819f 100644 --- a/drivers/staging/fbtft/fbtft-core.c +++ b/drivers/staging/fbtft/fbtft-core.c @@ -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); |