diff options
| author | Felix Kuehling <[email protected]> | 2020-04-29 19:36:06 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-05-01 10:00:19 -0400 |
| commit | 0aeaaf64e6d06e353de15dcf9973312ae0672ca1 (patch) | |
| tree | 834f31b06c42dea9c2588a587725374556797eb0 /include/uapi/linux | |
| parent | 25f43a322725f933d9fcc1204a6f4e7f45c44126 (diff) | |
drm/amdkfd: Fix comment formatting
Corrected two function names. Added a missing space.
Signed-off-by: Felix Kuehling <[email protected]>
Reviewed-by: Kent Russell <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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; |