From 396ce9ca0215b494446f740c643e824401fc0843 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 13 May 2019 14:47:12 +0100 Subject: [PATCH] public/tmem.h: fix version number in comment The version number has been changed above due to rebasing onto 4.13 branch, but the one in the matching comment was left unchanged. Signed-off-by: Wei Liu Reviewed-by: Jan Beulich --- xen/include/public/tmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/tmem.h b/xen/include/public/tmem.h index d9b1c266f6..362ba45d5a 100644 --- a/xen/include/public/tmem.h +++ b/xen/include/public/tmem.h @@ -107,7 +107,7 @@ typedef struct tmem_op tmem_op_t; DEFINE_XEN_GUEST_HANDLE(tmem_op_t); #endif -#endif /* __XEN_INTERFACE_VERSION__ < 0x00041200 */ +#endif /* __XEN_INTERFACE_VERSION__ < 0x00041300 */ #endif /* __XEN_PUBLIC_TMEM_H__ */ -- 2.30.2