diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-12 18:37:41 +0200 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-09-15 09:19:56 +0200 |
| commit | 7df0dafa071c87f1279f87919401f75bb2dd8755 (patch) | |
| tree | 169e583ea99b78dac8b9f4ac72c7c57a76650599 | |
| parent | 18598b9819762fa66615227c1003797b3c1db14d (diff) | |
| download | linux-next-7df0dafa071c87f1279f87919401f75bb2dd8755.tar.gz linux-next-7df0dafa071c87f1279f87919401f75bb2dd8755.zip | |
fbdev: radeonfb: 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/radeon_base.c | 4 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_monitor.c | 4 | ||||
| -rw-r--r-- | drivers/video/fbdev/aty/radeonfb.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/drivers/video/fbdev/aty/radeon_base.c b/drivers/video/fbdev/aty/radeon_base.c index b6b058cee751..387bc5f96765 100644 --- a/drivers/video/fbdev/aty/radeon_base.c +++ b/drivers/video/fbdev/aty/radeon_base.c @@ -779,7 +779,7 @@ static void radeon_get_pllinfo(struct radeonfb_info *rinfo) #endif /* CONFIG_PPC || CONFIG_SPARC */ /* - * Check out if we have an X86 which gave us some PLL informations + * Check out if we have an X86 which gave us some PLL information * and if yes, retrieve them */ if (!force_measure_pll && rinfo->bios_seg) { @@ -2407,7 +2407,7 @@ static int radeonfb_pci_register(struct pci_dev *pdev, if (rinfo->bios_seg == NULL && rinfo->is_mobility) radeon_map_ROM(rinfo, pdev); - /* Get informations about the board's PLL */ + /* Get information about the board's PLL */ radeon_get_pllinfo(rinfo); #ifdef CONFIG_FB_RADEON_I2C diff --git a/drivers/video/fbdev/aty/radeon_monitor.c b/drivers/video/fbdev/aty/radeon_monitor.c index 621d13a1a1d9..775888c43ef0 100644 --- a/drivers/video/fbdev/aty/radeon_monitor.c +++ b/drivers/video/fbdev/aty/radeon_monitor.c @@ -58,7 +58,7 @@ static char *radeon_get_mon_name(int type) #if defined(CONFIG_PPC) || defined(CONFIG_SPARC) /* - * Try to find monitor informations & EDID data out of the Open Firmware + * Try to find monitor information & EDID data out of the Open Firmware * device-tree. This also contains some "hacks" to work around a few machine * models with broken OF probing by hard-coding known EDIDs for some Mac * laptops internal LVDS panel. (XXX: not done yet) @@ -248,7 +248,7 @@ static int radeon_get_panel_info_BIOS(struct radeonfb_info *rinfo) return 0; } -/* Try to extract the connector informations from the BIOS. This +/* Try to extract the connector information from the BIOS. This * doesn't quite work yet, but it's output is still useful for * debugging */ diff --git a/drivers/video/fbdev/aty/radeonfb.h b/drivers/video/fbdev/aty/radeonfb.h index 91d81b576231..0781caea2c71 100644 --- a/drivers/video/fbdev/aty/radeonfb.h +++ b/drivers/video/fbdev/aty/radeonfb.h @@ -148,7 +148,7 @@ struct pll_info { * This structure contains the various registers manipulated by this * driver for setting or restoring a mode. It's mostly copied from * XFree's RADEONSaveRec structure. A few chip settings might still be - * tweaked without beeing reflected or saved in these registers though + * tweaked without being reflected or saved in these registers though */ struct radeon_regs { /* Common registers */ |
