summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/uapi/linux/nvgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 786f8268..ad9dce1f 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -1085,7 +1085,7 @@ struct nvgpu_tsg_read_single_sm_error_state_args {
1085#define NVGPU_TSG_IOCTL_BIND_CHANNEL_EX \ 1085#define NVGPU_TSG_IOCTL_BIND_CHANNEL_EX \
1086 _IOWR(NVGPU_TSG_IOCTL_MAGIC, 11, struct nvgpu_tsg_bind_channel_ex_args) 1086 _IOWR(NVGPU_TSG_IOCTL_MAGIC, 11, struct nvgpu_tsg_bind_channel_ex_args)
1087#define NVGPU_TSG_IOCTL_READ_SINGLE_SM_ERROR_STATE \ 1087#define NVGPU_TSG_IOCTL_READ_SINGLE_SM_ERROR_STATE \
1088 _IOR(NVGPU_TSG_IOCTL_MAGIC, 12, \ 1088 _IOWR(NVGPU_TSG_IOCTL_MAGIC, 12, \
1089 struct nvgpu_tsg_read_single_sm_error_state_args) 1089 struct nvgpu_tsg_read_single_sm_error_state_args)
1090#define NVGPU_TSG_IOCTL_MAX_ARG_SIZE \ 1090#define NVGPU_TSG_IOCTL_MAX_ARG_SIZE \
1091 sizeof(struct nvgpu_tsg_bind_channel_ex_args) 1091 sizeof(struct nvgpu_tsg_bind_channel_ex_args)