aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <[email protected]>2022-02-19 05:54:46 +0100
committerAlex Deucher <[email protected]>2022-02-22 14:52:39 -0500
commitcec2cc7b1c4a31c0facfdd0ee7c2ffb7d6a76556 (patch)
tree90d33ef39827a2eef6b49dcbea6efebb67d51cc2
parente1dd4bbf86d5e1e6ca2eedf9ef9ac680dbdb3132 (diff)
drm/amdgpu: Fix typo in *whether* in comment
Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c2
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);