drm/amdgpu: fix typo in parameter description
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 11 Jan 2024 15:56:33 +0000 (10:56 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Feb 2024 15:01:05 +0000 (10:01 -0500)
Missing space.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 91d5d94350671c053a0befd7012e00629d423038..bdf79e15193b9a5505ec503c9629260b6330ca6c 100644 (file)
@@ -366,7 +366,7 @@ module_param_named(aspm, amdgpu_aspm, int, 0444);
  * Setting the value to 0 disables this functionality.
  * Setting the value to -2 is auto enabled with power down when displays are attached.
  */
-MODULE_PARM_DESC(runpm, "PX runtime pm (2 = force enable with BAMACO, 1 = force enable with BACO, 0 = disable, -1 = auto, -2 = autowith displays)");
+MODULE_PARM_DESC(runpm, "PX runtime pm (2 = force enable with BAMACO, 1 = force enable with BACO, 0 = disable, -1 = auto, -2 = auto with displays)");
 module_param_named(runpm, amdgpu_runtime_pm, int, 0444);
 
 /**