From: Alex Deucher Date: Mon, 10 Apr 2017 19:32:43 +0000 (-0400) Subject: drm/amdgpu: fix spelling in header comment X-Git-Tag: v4.12-rc1~9^2~2^2~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=080b24ebdf230c80fe63e64633c0d52aca5d1a8e;p=platform%2Fkernel%2Flinux-exynos.git drm/amdgpu: fix spelling in header comment Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index 92262d8..95260e5 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 */