]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: fix spelling in header comment
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Apr 2017 19:32:43 +0000 (15:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Apr 2017 21:32:21 +0000 (17:32 -0400)
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
include/uapi/drm/amdgpu_drm.h

index 92262d81d41e2b6ffa45cb7aff9cd187465ef368..95260e5043afd4f2bf31668cc874d6edf002e7e6 100644 (file)
@@ -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 */