Skip to content

Commit 5fc4539

Browse files
nhaehnlealexdeucher
authored andcommitted
drm/radeon: fix typo in cik_ring_ib_execute documentation (v2)
v2: agd: clarify commit message, fix "an" as spotted by Michel. Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Nicolai Hähnle <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 6beb820 commit 5fc4539

File tree

1 file changed

+2
-2
lines changed
  • drivers/gpu/drm/radeon

1 file changed

+2
-2
lines changed

drivers/gpu/drm/radeon/cik.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4132,10 +4132,10 @@ struct radeon_fence *cik_copy_cpdma(struct radeon_device *rdev,
41324132
* @rdev: radeon_device pointer
41334133
* @ib: radeon indirect buffer object
41344134
*
4135-
* Emits an DE (drawing engine) or CE (constant engine) IB
4135+
* Emits a DE (drawing engine) or CE (constant engine) IB
41364136
* on the gfx ring. IBs are usually generated by userspace
41374137
* acceleration drivers and submitted to the kernel for
4138-
* sheduling on the ring. This function schedules the IB
4138+
* scheduling on the ring. This function schedules the IB
41394139
* on the gfx ring for execution by the GPU.
41404140
*/
41414141
void cik_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib)

0 commit comments

Comments
 (0)