summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-12 18:38:54 +0200
committerHelge Deller <deller@gmx.de>2026-09-15 09:19:56 +0200
commit7bb1d95a44f20ecceae407ceddb98996a3ae2bd8 (patch)
tree4a45a7edf42f64ebfdbc747945e1a632257e8b64
parent9837f72ccb6b838ca6185d113a8637074cb48c7c (diff)
downloadlinux-next-7bb1d95a44f20ecceae407ceddb98996a3ae2bd8.tar.gz
linux-next-7bb1d95a44f20ecceae407ceddb98996a3ae2bd8.zip
fbdev: atyfb_base: 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/aty/atyfb_base.c4
1 files 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);