staging: fbtft: put spaces around assignment operators
authorAnton Gerasimov <anton.gerasimov@openmailbox.org>
Sat, 13 Jun 2015 19:23:48 +0000 (22:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 21:48:26 +0000 (14:48 -0700)
Put spaces around assignment operators for readability.

Signed-off-by: Anton Gerasimov <anton.gerasimov@openmailbox.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/flexfb.c

index 5c813fc..3c76774 100644 (file)
@@ -242,8 +242,8 @@ static int flexfb_verify_gpios_db(struct fbtft_par *par)
                return -EINVAL;
        }
        if (latched)
-               num_db=buswidth/2;
-       for (i=0;i < num_db;i++) {
+               num_db = buswidth/2;
+       for (i = 0; i < num_db; i++) {
                if (par->gpio.db[i] < 0) {
                        dev_err(par->info->device,
                                "Missing info about 'db%02d' gpio. Aborting.\n",