]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
public/tmem.h: fix version number in comment
authorWei Liu <wei.liu2@citrix.com>
Mon, 13 May 2019 13:47:12 +0000 (14:47 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 May 2019 14:30:57 +0000 (15:30 +0100)
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 <wei.liu2@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/tmem.h

index d9b1c266f6ccdc4a17e2cf227edd02b0ee72a826..362ba45d5adafc6ef4e78e3f07db5ded10f43056 100644 (file)
@@ -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__ */