Skip to content

Commit 63b84b3

Browse files
committed
plugins/amdgpu: fix misspellings
These spelling issues are detected by `make codespell` and cause `make lint` to fail with an error. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
1 parent d8da173 commit 63b84b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/amdgpu/amdgpu_drm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ union drm_amdgpu_ctx {
348348
* For operation AMDGPU_USERQ_OP_CREATE: user is expected
349349
* to set all fields, excep the parameter 'queue_id'.
350350
* For operation AMDGPU_USERQ_OP_FREE: the only input parameter expected
351-
* to be set is 'queue_id', eveything else is ignored.
351+
* to be set is 'queue_id', everything else is ignored.
352352
*/
353353
struct drm_amdgpu_userq_in {
354354
/** AMDGPU_USERQ_OP_* */
@@ -935,7 +935,7 @@ struct drm_amdgpu_gem_va {
935935
#define AMDGPU_HW_IP_UVD_ENC 5
936936
#define AMDGPU_HW_IP_VCN_DEC 6
937937
/*
938-
* From VCN4, AMDGPU_HW_IP_VCN_ENC is re-used to support
938+
* From VCN4, AMDGPU_HW_IP_VCN_ENC is reused to support
939939
* both encoding and decoding jobs.
940940
*/
941941
#define AMDGPU_HW_IP_VCN_ENC 7

plugins/amdgpu/drm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ struct drm_get_cap {
869869
* cursor and have correctly set hotspot properties.
870870
* If this client cap is not set the DRM core will hide cursor plane on
871871
* those virtualized drivers because not setting it implies that the
872-
* client is not capable of dealing with those extra restictions.
872+
* client is not capable of dealing with those extra restrictions.
873873
* Clients which do set cursor hotspot and treat the cursor plane
874874
* like a mouse cursor should set this property.
875875
* The client must enable &DRM_CLIENT_CAP_ATOMIC first.

0 commit comments

Comments
 (0)