mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04:00
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:
committed by
Greg Kroah-Hartman
parent
4906c43a34
commit
a1bf5205b2
@@ -234,7 +234,7 @@ static int flexfb_verify_gpios_db(struct fbtft_par *par)
|
||||
return -EINVAL;
|
||||
}
|
||||
if (latched)
|
||||
num_db = buswidth/2;
|
||||
num_db = buswidth / 2;
|
||||
for (i = 0; i < num_db; i++) {
|
||||
if (par->gpio.db[i] < 0) {
|
||||
dev_err(par->info->device,
|
||||
|
||||
Reference in New Issue
Block a user