Staging: fbtft: Extra blank line not required before '}'
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Mon, 25 Feb 2019 16:05:10 +0000 (21:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:40:07 +0000 (11:40 +0100)
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>
drivers/staging/fbtft/fbtft-core.c

index de3f431abc15954f1f53d7d5f05980f5f88a20c9..9d78ce6e819f4dd585aaeba926a0f88056348e12 100644 (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);