drm/amdgpu/ras: fix typos in documentation

Fix a couple of spelling typos.

Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alex Deucher 2019-10-08 13:04:33 -05:00
parent 976035dd4f
commit a20bfd0fd4
1 changed files with 2 additions and 2 deletions

View File

@ -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