diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-04-10 21:32:43 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-04-28 23:32:21 +0200 |
commit | 080b24ebdf230c80fe63e64633c0d52aca5d1a8e (patch) | |
tree | 0b7920ae4fd802bf6a508eddfb17299b8f8b8e5b | |
parent | drm/amdgpu: trace vm hub during flush as well v2 (diff) | |
download | linux-080b24ebdf230c80fe63e64633c0d52aca5d1a8e.tar.xz linux-080b24ebdf230c80fe63e64633c0d52aca5d1a8e.zip |
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 { struct drm_amdgpu_wait_cs_in { /* Command submission handle * handle equals 0 means none to wait for - * handle equal ~0ull meanas wait for the latest sequence number + * handle equals ~0ull means wait for the latest sequence number */ __u64 handle; /** Absolute timeout to wait */ |