fbdev: mmp: Fix typo and wording in code comment
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Fri, 24 Nov 2023 09:52:11 +0000 (10:52 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 11 Jan 2024 16:09:01 +0000 (17:09 +0100)
Fixes: 641b4b1b6a7c ("video: mmpdisp: add spi port in display controller")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/mmp/hw/mmp_spi.c

index 16401eb95c6cac964a47540a132223fe5e47fec8..0f8f0312a7c4bd651c27d525a83e5b6f5df60a24 100644 (file)
@@ -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
         */