staging: fbtft: Add space around '='
authorHelen Fornazier <helen.fornazier@gmail.com>
Wed, 25 Mar 2015 23:54:33 +0000 (20:54 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 09:40:31 +0000 (10:40 +0100)
This patch fixes the checkpatch.pl error:

ERROR: spaces required around that '=' (ctx:VxV)
+                       sdev->bits_per_word=9;
                                           ^

Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/flexfb.c

index 90832c3..ca39fe9 100644 (file)
@@ -423,7 +423,7 @@ static int flexfb_probe_common(struct spi_device *sdev, struct platform_device *
                        }
                        par->fbtftops.write_register = fbtft_write_reg8_bus9;
                        par->fbtftops.write_vmem = fbtft_write_vmem16_bus9;
-                       sdev->bits_per_word=9;
+                       sdev->bits_per_word = 9;
                        ret = sdev->master->setup(sdev);
                        if (ret) {
                                dev_warn(dev,