[PATCH 3/3] drm/amdgpu: fix typo in log message
From: Hemanth Selam
Date: Fri Sep 04 2026 - 09:09:38 EST
Correct the misspelling in a message the user sees, reported by
scripts/checkpatch.pl using the list in scripts/spelling.txt.
Only the message text changes, no code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c b/drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
index 33c23532e29c..c0507d9193e2 100644
--- a/drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
+++ b/drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c
@@ -1759,7 +1759,7 @@ static int tonga_populate_vr_config(struct pp_hwmgr *hwmgr,
table->VRConfig |= config;
} else {
pr_err("VDDC and VDDGFX should "
- "be both on SVI2 control in splitted mode !\n");
+ "be both on SVI2 control in split mode !\n");
}
} else {
/* Merged mode */
--
2.48.1