diff options
| author | Ethan Carter Edwards <ethan@ethancedwards.com> | 2026-04-19 03:45:50 +0300 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-04-22 16:55:48 +0300 |
| commit | b1aaf1110107dd17bee3618379cd35a816141c6c (patch) | |
| tree | 5abd4eb96504c645386829b512024c1421080d1e | |
| parent | 9b8a9a3a6f57edd02b7c8db14a316e6fab7fa772 (diff) | |
| download | linux-b1aaf1110107dd17bee3618379cd35a816141c6c.tar.xz | |
fbdev: atyfb: Fix spelling mistake "enfore" -> "enforce"
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
Signed-off-by: Helge Deller <deller@gmx.de>
| -rw-r--r-- | drivers/video/fbdev/aty/radeon_monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/aty/radeon_monitor.c b/drivers/video/fbdev/aty/radeon_monitor.c index df55e23b7a5a..621d13a1a1d9 100644 --- a/drivers/video/fbdev/aty/radeon_monitor.c +++ b/drivers/video/fbdev/aty/radeon_monitor.c @@ -654,7 +654,7 @@ static void radeon_fixup_panel_info(struct radeonfb_info *rinfo) { #ifdef CONFIG_PPC /* - * LCD Flat panels should use fixed dividers, we enfore that on + * LCD Flat panels should use fixed dividers, we enforce that on * PPC only for now... */ if (!rinfo->panel_info.use_bios_dividers && rinfo->mon1_type == MT_LCD |
