summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft
diff options
context:
space:
mode:
authorHelen Fornazier <helen.fornazier@gmail.com>2015-03-25 20:54:33 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-26 10:40:31 +0100
commit1f5f636c7746d2badbb960b51a13a1bb1edb1304 (patch)
treef301b2117b8d2a76d1e184b8b1e507d5c03c133e /drivers/staging/fbtft
parent418880f5708dec9fdb2eaa7a61175fa1d8ab4110 (diff)
downloadop-kernel-dev-1f5f636c7746d2badbb960b51a13a1bb1edb1304.zip
op-kernel-dev-1f5f636c7746d2badbb960b51a13a1bb1edb1304.tar.gz
staging: fbtft: Add space around '='
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>
Diffstat (limited to 'drivers/staging/fbtft')
-rw-r--r--drivers/staging/fbtft/flexfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtft/flexfb.c
index 90832c3..ca39fe9 100644
--- a/drivers/staging/fbtft/flexfb.c
+++ b/drivers/staging/fbtft/flexfb.c
@@ -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,
OpenPOWER on IntegriCloud