drm/amd/pm: fix typos in comments

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>
This commit is contained in:
Julia Lawall 2022-03-14 12:53:25 +01:00 committed by Alex Deucher
parent faad5ccac1
commit bd4b9bb779

View 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);