Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt.  Only touches comments, no code
changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <[email protected]>
---
 drivers/video/backlight/ili9320.c          | 2 +-
 drivers/video/backlight/ktd253-backlight.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/backlight/ili9320.c 
b/drivers/video/backlight/ili9320.c
index 2df96a882119..d2f094dd7fc3 100644
--- a/drivers/video/backlight/ili9320.c
+++ b/drivers/video/backlight/ili9320.c
@@ -30,7 +30,7 @@ static inline int ili9320_write_spi(struct ili9320 *ili,
        unsigned char *addr = spi->buffer_addr;
        unsigned char *data = spi->buffer_data;
 
-       /* spi message consits of:
+       /* spi message consists of:
         * first byte: ID and operation
         */
 
diff --git a/drivers/video/backlight/ktd253-backlight.c 
b/drivers/video/backlight/ktd253-backlight.c
index 327b4ee75254..f2c5527d02e0 100644
--- a/drivers/video/backlight/ktd253-backlight.c
+++ b/drivers/video/backlight/ktd253-backlight.c
@@ -53,7 +53,7 @@ static int ktd253_backlight_stepdown(struct ktd253_backlight 
*ktd253)
         *
         * Architectures do not always support ndelay() and we will get a few us
         * instead. If we get to a critical time limit an interrupt has likely
-        * occured in the low part of the loop and we need to restart from the
+        * occurred in the low part of the loop and we need to restart from the
         * top so we have the backlight in a known state.
         */
        u64 ns;
-- 
2.48.1

Reply via email to