summaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft/fbtft-core.c
diff options
context:
space:
mode:
authorBhanusree Pola <bhanusreemahesh@gmail.com>2019-02-25 19:05:10 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-26 13:40:07 +0300
commitd0ff480a35f81cc2f802a7035a8fc855aa6fb9ed (patch)
treed36fe955c1e86af58de5e6f4be57652b0464ff3c /drivers/staging/fbtft/fbtft-core.c
parent4973c2e6d9d7031ff6efbf419c213bb48d0746a6 (diff)
downloadlinux-d0ff480a35f81cc2f802a7035a8fc855aa6fb9ed.tar.xz
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/staging/fbtft/fbtft-core.c')
-rw-r--r--drivers/staging/fbtft/fbtft-core.c1
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);