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 /include | |
parent | 5f1bcf511f6e5f54fffa6365286af1e88b18f54c (diff) | |
download | linux-080b24ebdf230c80fe63e64633c0d52aca5d1a8e.tar.gz linux-080b24ebdf230c80fe63e64633c0d52aca5d1a8e.tar.bz2 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>
Diffstat (limited to 'include')
-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 */ |