Skip to content

Commit af8c888

Browse files
committed
fix ioctl numbber
1 parent 4aeb2e5 commit af8c888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/mshv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ struct mshv_kick_cpus {
367367
#define MSHV_VTL_RMPQUERY _IOW(MSHV_IOCTL, 0x35, struct mshv_rmpquery)
368368
#define MSHV_VTL_INVLPGB _IOW(MSHV_IOCTL, 0x36, struct mshv_invlpgb)
369369
#define MSHV_VTL_TLBSYNC _IO(MSHV_IOCTL, 0x37)
370-
#define MSHV_VTL_SECURE_AVIC_VTL0_PFN _IOWR(MSHV_IOCTL, 0x38, __u64)
370+
#define MSHV_VTL_SECURE_AVIC_VTL0_PFN _IOWR(MSHV_IOCTL, 0x39, __u64)
371371

372372

373373
/* VMBus device IOCTLs */

0 commit comments

Comments
 (0)