aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fbtft-core.c
diff options
context:
space:
mode:
authorBhanusree Pola <bhanusreemahesh@gmail.com>2019-02-25 21:35:10 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-26 11:40:07 +0100
commitd0ff480a35f81cc2f802a7035a8fc855aa6fb9ed (patch)
treed36fe955c1e86af58de5e6f4be57652b0464ff3c /drivers/staging/fbtft/fbtft-core.c
parentStaging: fbtft: Alignment should match open parenthesis (diff)
downloadlinux-dev-d0ff480a35f81cc2f802a7035a8fc855aa6fb9ed.tar.xz
linux-dev-d0ff480a35f81cc2f802a7035a8fc855aa6fb9ed.zip
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 '')
-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);