diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-04-10 15:32:43 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-04-28 17:32:21 -0400 |
commit | 080b24ebdf230c80fe63e64633c0d52aca5d1a8e (patch) | |
tree | 0b7920ae4fd802bf6a508eddfb17299b8f8b8e5b | |
parent | 5f1bcf511f6e5f54fffa6365286af1e88b18f54c (diff) |
drm/amdgpu: fix spelling in header comment
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | include/uapi/drm/amdgpu_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index 92262d81d41e..95260e5043af 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h | |||
@@ -297,7 +297,7 @@ union drm_amdgpu_gem_wait_idle { | |||
297 | struct drm_amdgpu_wait_cs_in { | 297 | struct drm_amdgpu_wait_cs_in { |
298 | /* Command submission handle | 298 | /* Command submission handle |
299 | * handle equals 0 means none to wait for | 299 | * handle equals 0 means none to wait for |
300 | * handle equal ~0ull meanas wait for the latest sequence number | 300 | * handle equals ~0ull means wait for the latest sequence number |
301 | */ | 301 | */ |
302 | __u64 handle; | 302 | __u64 handle; |
303 | /** Absolute timeout to wait */ | 303 | /** Absolute timeout to wait */ |