Staging: fbtft: Fix spacing coding style issue
This patch fixes the following checkpatch.pl error: CHECK:SPACING at line 318. Signed-off-by: Fabio Falzoi <fabio.falzoi84@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4906c43a34
commit
a1bf5205b2
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ static int flexfb_verify_gpios_db(struct fbtft_par *par)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
if (latched)
|
if (latched)
|
||||||
num_db = buswidth/2;
|
num_db = buswidth / 2;
|
||||||
for (i = 0; i < num_db; i++) {
|
for (i = 0; i < num_db; i++) {
|
||||||
if (par->gpio.db[i] < 0) {
|
if (par->gpio.db[i] < 0) {
|
||||||
dev_err(par->info->device,
|
dev_err(par->info->device,
|
||||||
|
|
Loading…
Add table
Reference in a new issue