[PATCH] video: fbdev: aty: Fix spelling mistake "enfore" -> "enforce"
From: Ethan Carter Edwards
Date: Sat Apr 18 2026 - 20:46:10 EST
There is a spelling mistake in a comment. Fix it.
Signed-off-by: Ethan Carter Edwards <ethan@xxxxxxxxxxxxxxxxx>
---
drivers/video/fbdev/aty/radeon_monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
---
base-commit: c7275b05bc428c7373d97aa2da02d3a7fa6b9f66
change-id: 20260418-radeon-typo-98148b9e2f37
Best regards,
--
Ethan Carter Edwards <ethan@xxxxxxxxxxxxxxxxx>