Commit a20bfd0f authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/ras: fix typos in documentation

Fix a couple of spelling typos.
Reviewed-by: default avatarAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 976035dd
...@@ -228,13 +228,13 @@ static struct ras_manager *amdgpu_ras_find_obj(struct amdgpu_device *adev, ...@@ -228,13 +228,13 @@ static struct ras_manager *amdgpu_ras_find_obj(struct amdgpu_device *adev,
* *
* .. code-block:: bash * .. 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 * op: disable, enable, inject
* disable: only block is needed * disable: only block is needed
* enable: block and error are needed * enable: block and error are needed
* inject: error, address, value are needed * inject: error, address, value are needed
* block: umc, smda, gfx, ......... * block: umc, sdma, gfx, .........
* see ras_block_string[] for details * see ras_block_string[] for details
* error: ue, ce * error: ue, ce
* ue: multi_uncorrectable * ue: multi_uncorrectable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment