drm/amd/pm: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:25 +0000 (12:53 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Mar 2022 19:01:12 +0000 (15:01 -0400)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/amdgpu_pm.c

index cbbbd40..5cd67dd 100644 (file)
@@ -1870,7 +1870,7 @@ static ssize_t amdgpu_set_smartshift_bias(struct device *dev,
        amdgpu_smartshift_bias = bias;
        r = count;
 
-       /* TODO: upadte bias level with SMU message */
+       /* TODO: update bias level with SMU message */
 
 out:
        pm_runtime_mark_last_busy(ddev->dev);