diff options
| author | Paul Menzel <[email protected]> | 2022-02-19 04:54:46 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-02-22 19:52:39 +0000 |
| commit | cec2cc7b1c4a31c0facfdd0ee7c2ffb7d6a76556 (patch) | |
| tree | 90d33ef39827a2eef6b49dcbea6efebb67d51cc2 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
| parent | drm/amdgpu: read harvest bit per IP data on legacy GPUs (diff) | |
| download | kernel-cec2cc7b1c4a31c0facfdd0ee7c2ffb7d6a76556.tar.gz kernel-cec2cc7b1c4a31c0facfdd0ee7c2ffb7d6a76556.zip | |
drm/amdgpu: Fix typo in *whether* in comment
Signed-off-by: Paul Menzel <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index a0b5cf9a41cc..b66b44f3050a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -740,7 +740,7 @@ MODULE_PARM_DESC(debug_largebar, * systems with a broken CRAT table. * * Default is auto (according to asic type, iommu_v2, and crat table, to decide - * whehter use CRAT) + * whether use CRAT) */ int ignore_crat; module_param(ignore_crat, int, 0444); |
