summaryrefslogtreecommitdiff
path: root/include/uapi/linux/kfd_ioctl.h
diff options
context:
space:
mode:
authorMukul Joshi <mukul.joshi@amd.com>2020-08-29 02:53:08 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-08-31 21:40:29 +0300
commit5dc1a0bcb758c343b873e8330ee986417f5a1727 (patch)
tree8ff1b169e3883b4cdf3c4cb8042e32389b779af1 /include/uapi/linux/kfd_ioctl.h
parent55977744f9d862512a524fea93fc5226b09e76a9 (diff)
downloadlinux-5dc1a0bcb758c343b873e8330ee986417f5a1727.tar.xz
include/uapi/linux: Fix indentation in kfd_smi_event enum
Replace spaces with Tabs to fix indentation in kfd_smi_event enum. Signed-off-by: Mukul Joshi <mukul.joshi@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/linux/kfd_ioctl.h')
-rw-r--r--include/uapi/linux/kfd_ioctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/kfd_ioctl.h b/include/uapi/linux/kfd_ioctl.h
index 8b7368bfbd84..695b606da4b1 100644
--- a/include/uapi/linux/kfd_ioctl.h
+++ b/include/uapi/linux/kfd_ioctl.h
@@ -450,9 +450,9 @@ struct kfd_ioctl_import_dmabuf_args {
* KFD SMI(System Management Interface) events
*/
enum kfd_smi_event {
- KFD_SMI_EVENT_NONE = 0, /* not used */
- KFD_SMI_EVENT_VMFAULT = 1, /* event start counting at 1 */
- KFD_SMI_EVENT_THERMAL_THROTTLE = 2,
+ KFD_SMI_EVENT_NONE = 0, /* not used */
+ KFD_SMI_EVENT_VMFAULT = 1, /* event start counting at 1 */
+ KFD_SMI_EVENT_THERMAL_THROTTLE = 2,
KFD_SMI_EVENT_GPU_PRE_RESET = 3,
KFD_SMI_EVENT_GPU_POST_RESET = 4,
};