From 7bb1d95a44f20ecceae407ceddb98996a3ae2bd8 Mon Sep 17 00:00:00 2001 From: Hemanth Selam Date: Sat, 12 Sep 2026 18:38:54 +0200 Subject: fbdev: atyfb_base: fix typos in comments Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam Signed-off-by: Helge Deller --- drivers/video/fbdev/aty/atyfb_base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/fbdev/aty/atyfb_base.c b/drivers/video/fbdev/aty/atyfb_base.c index 97cc8b6a9361..b1f33642e722 100644 --- a/drivers/video/fbdev/aty/atyfb_base.c +++ b/drivers/video/fbdev/aty/atyfb_base.c @@ -2966,7 +2966,7 @@ static int atyfb_setup_sparc(struct pci_dev *pdev, struct fb_info *info, /* * Figure mmap addresses from PCI config space. - * Split Framebuffer in big- and little-endian halfs. + * Split Framebuffer in big- and little-endian halves. */ for (i = 0; i < 6 && pdev->resource[i].start; i++) /* nothing */ ; @@ -3387,7 +3387,7 @@ static int init_from_bios(struct atyfb_par *par) PRINTKI("Mach64 BIOS is located at %x, mapped at %x.\n", rom_addr, bios_base); - /* check for frequncy table */ + /* check for frequency table */ bios_ptr = (u8*)bios_base; rom_table_offset = (u16)(bios_ptr[0x48] | (bios_ptr[0x49] << 8)); freq_table_offset = bios_ptr[rom_table_offset + 16] | (bios_ptr[rom_table_offset + 17] << 8); -- cgit v1.2.3