From: Dario Binacchi Date: Fri, 24 Nov 2023 09:52:11 +0000 (+0100) Subject: fbdev: mmp: Fix typo and wording in code comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=af1563f256e2125755ed6ed14f4e53095b2c43fb;p=linux.git fbdev: mmp: Fix typo and wording in code comment Fixes: 641b4b1b6a7c ("video: mmpdisp: add spi port in display controller") Signed-off-by: Dario Binacchi Signed-off-by: Helge Deller --- diff --git a/drivers/video/fbdev/mmp/hw/mmp_spi.c b/drivers/video/fbdev/mmp/hw/mmp_spi.c index 16401eb95c6ca..0f8f0312a7c4b 100644 --- a/drivers/video/fbdev/mmp/hw/mmp_spi.c +++ b/drivers/video/fbdev/mmp/hw/mmp_spi.c @@ -91,7 +91,7 @@ static int lcd_spi_setup(struct spi_device *spi) writel(tmp, reg_base + LCD_SPU_SPI_CTRL); /* - * After set mode it need a time to pull up the spi singals, + * After set mode it needs some time to pull up the spi signals, * or it would cause the wrong waveform when send spi command, * especially on pxa910h */