mirror of https://gitee.com/openkylin/linux.git
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
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue