summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-12 18:34:19 +0200
committerHelge Deller <deller@gmx.de>2026-09-15 09:19:55 +0200
commitcc4f080060a73d97d17486b37d60bb69eddd0ab1 (patch)
treefa753b544d7b8ac07263efc42efe9f9efed4c88c
parentbbb97e27ab4d7986eeaf283110df48478c503473 (diff)
downloadlinux-next-cc4f080060a73d97d17486b37d60bb69eddd0ab1.tar.gz
linux-next-cc4f080060a73d97d17486b37d60bb69eddd0ab1.zip
fbdev: au1100fb: fix typos in comments
Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--drivers/video/fbdev/au1100fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/au1100fb.c b/drivers/video/fbdev/au1100fb.c
index 39f86ffb1ae3..01c836cb5205 100644
--- a/drivers/video/fbdev/au1100fb.c
+++ b/drivers/video/fbdev/au1100fb.c
@@ -528,7 +528,7 @@ static int au1100fb_setmode(struct au1100fb_device *fbdev)
if (!info->var.rotate || (info->var.rotate == 180)) {
words *= info->var.yres_virtual;
if (info->var.rotate /* 180 */) {
- words -= (words % 8); /* should be divisable by 8 */
+ words -= (words % 8); /* should be divisible by 8 */
}
}
fbdev->regs->lcd_words = LCD_WRD_WRDS_N(words);