diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index 0e2ee5869b5f..c0d3edf77901 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -228,13 +228,13 @@ static struct ras_manager *amdgpu_ras_find_obj(struct amdgpu_device *adev,   *   * .. code-block:: bash   * - *	echo op block [error [sub_blcok address value]] > .../ras/ras_ctrl + *	echo op block [error [sub_block address value]] > .../ras/ras_ctrl   *   * op: disable, enable, inject   *	disable: only block is needed   *	enable: block and error are needed   *	inject: error, address, value are needed - * block: umc, smda, gfx, ......... + * block: umc, sdma, gfx, .........   *	see ras_block_string[] for details   * error: ue, ce   *	ue: multi_uncorrectable  | 
