summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorFelix Kuehling <Felix.Kuehling@amd.com>2020-04-30 02:36:06 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-05-01 17:00:19 +0300
commit0aeaaf64e6d06e353de15dcf9973312ae0672ca1 (patch)
tree834f31b06c42dea9c2588a587725374556797eb0 /include/uapi/linux
parent25f43a322725f933d9fcc1204a6f4e7f45c44126 (diff)
downloadlinux-0aeaaf64e6d06e353de15dcf9973312ae0672ca1.tar.xz
drm/amdkfd: Fix comment formatting
Corrected two function names. Added a missing space. Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Kent Russell <kent.russell@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/kfd_ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h
index 4f6676428c5c..b6be62356d34 100644
--- a/include/uapi/linux/kfd_ioctl.h
+++ b/include/uapi/linux/kfd_ioctl.h
@@ -251,7 +251,7 @@ struct kfd_memory_exception_failure {
__u32 imprecise; /* Can't determine the exact fault address */
};
-/* memory exception data*/
+/* memory exception data */
struct kfd_hsa_memory_exception_data {
struct kfd_memory_exception_failure failure;
__u64 va;