Commit bd4b9bb7 authored by Julia Lawall's avatar Julia Lawall Committed by Alex Deucher
Browse files

drm/amd/pm: fix typos in comments



Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent faad5cca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);