diff options
author | Felix Kuehling <Felix.Kuehling@amd.com> | 2020-04-30 02:36:06 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-05-01 17:00:19 +0300 |
commit | 0aeaaf64e6d06e353de15dcf9973312ae0672ca1 (patch) | |
tree | 834f31b06c42dea9c2588a587725374556797eb0 /include/uapi/linux | |
parent | 25f43a322725f933d9fcc1204a6f4e7f45c44126 (diff) | |
download | linux-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.h | 2 |
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; |