diff options
| author | Julia Lawall <[email protected]> | 2022-03-14 11:53:25 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-03-15 19:01:12 +0000 |
| commit | bd4b9bb77956639e6d9618ed306cb2264c69ba49 (patch) | |
| tree | 0ad4873ca589fbdb9da54b10811fe6bb0c2da7c1 /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
| parent | drm/amdgpu: Add stolen reserved memory for MI25 SRIOV. (diff) | |
| download | kernel-bd4b9bb77956639e6d9618ed306cb2264c69ba49.tar.gz kernel-bd4b9bb77956639e6d9618ed306cb2264c69ba49.zip | |
drm/amd/pm: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index cbbbd4079249..5cd67ddf8495 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -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); |
