[PATCH] video: fbdev: aty: Fix spelling mistake "enfore" -> "enforce"

Ethan Carter Edwards posted 1 patch 1 month, 4 weeks ago
drivers/video/fbdev/aty/radeon_monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] video: fbdev: aty: Fix spelling mistake "enfore" -> "enforce"
Posted by Ethan Carter Edwards 1 month, 4 weeks ago
There is a spelling mistake in a comment. Fix it.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
---
 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@ethancedwards.com>
Re: [PATCH] video: fbdev: aty: Fix spelling mistake "enfore" -> "enforce"
Posted by Helge Deller 1 month, 3 weeks ago
On 4/19/26 02:45, Ethan Carter Edwards wrote:
> There is a spelling mistake in a comment. Fix it.
> 
> Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
> ---
>   drivers/video/fbdev/aty/radeon_monitor.c | 2 +-

applied.
Thanks!
Helge