diff options
| author | Alexandre Demers <[email protected]> | 2025-02-27 05:05:04 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-05 15:37:13 +0000 |
| commit | ce43abd7ec9464cf954f90e1c69e11768b02fa0a (patch) | |
| tree | a1dd8a8ebfad1ddbdabea8bf425554876605ea16 /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | |
| parent | drm/amdgpu: Fix parameter annotation in vcn_v5_0_0_is_idle (diff) | |
| download | kernel-ce43abd7ec9464cf954f90e1c69e11768b02fa0a.tar.gz kernel-ce43abd7ec9464cf954f90e1c69e11768b02fa0a.zip | |
drm/amdgpu: fix spelling typos
Found some typos while exploring amdgpu code.
Signed-off-by: Alexandre Demers <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c index c6e5c50a3322..4eefa17fa39b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c @@ -269,7 +269,7 @@ void amdgpu_gmc_sysvm_location(struct amdgpu_device *adev, struct amdgpu_gmc *mc * @mc: memory controller structure holding memory information * @gart_placement: GART placement policy with respect to VRAM * - * Function will place try to place GART before or after VRAM. + * Function will try to place GART before or after VRAM. * If GART size is bigger than space left then we ajust GART size. * Thus function will never fails. */ |
