drm/amdgpu: Fix typo in *whether* in comment
authorPaul Menzel <pmenzel@molgen.mpg.de>
Sat, 19 Feb 2022 04:54:46 +0000 (05:54 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Feb 2022 19:52:39 +0000 (14:52 -0500)
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index a0b5cf9..b66b44f 100644 (file)
@@ -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);