“967a6a07e95c58eb9c1581d22a1d9c2d1929843f”上不存在“drivers/mmc/git@gitcode.net:openeuler/raspberrypi-kernel.git”
提交 1f5f636c 编写于 作者: H Helen Fornazier 提交者: Greg Kroah-Hartman

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: NHelen Fornazier <helen.fornazier@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 418880f5
...@@ -423,7 +423,7 @@ static int flexfb_probe_common(struct spi_device *sdev, struct platform_device * ...@@ -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_register = fbtft_write_reg8_bus9;
par->fbtftops.write_vmem = fbtft_write_vmem16_bus9; par->fbtftops.write_vmem = fbtft_write_vmem16_bus9;
sdev->bits_per_word=9; sdev->bits_per_word = 9;
ret = sdev->master->setup(sdev); ret = sdev->master->setup(sdev);
if (ret) { if (ret) {
dev_warn(dev, dev_warn(dev,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册