]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: fbtft: fix spelling mistake "dinamically" -> "dynamically"
authorSantiago Almeida <santiagoalmeidaburbano@gmail.com>
Thu, 12 Feb 2026 05:54:02 +0000 (00:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 14:08:50 +0000 (15:08 +0100)
Correct a typo in the fb_ili9163 driver.
Found by codespell.

Signed-off-by: Santiago Almeida <santiagoalmeidaburbano@gmail.com>
Link: https://patch.msgid.link/20260212055402.457375-1-santiagoalmeidaburbano@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_ili9163.c

index 6582a2c90aafca3d59a45321e916bf2d40ec9fdb..a2b5033a98603c143b6232065e832ad0e7788de5 100644 (file)
@@ -60,7 +60,7 @@
  * configure to constrain the memory and resolution to a fixed dimension (in
  * that case 128x128) but they leaved those pins configured for 128x160 so
  * there was several pixel memory addressing problems.
- * I solved by setup several parameters that dinamically fix the resolution as
+ * I solved by setup several parameters that dynamically fix the resolution as
  * needit so below the parameters for this display. If you have a strain or a
  * correct display (can happen with chinese) you can copy those parameters and
  * create setup for different displays.