projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f9814
)
public/tmem.h: fix version number in comment
author
Wei Liu
<wei.liu2@citrix.com>
Mon, 13 May 2019 13:47:12 +0000
(14:47 +0100)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/xen/include/public/tmem.h
b/xen/include/public/tmem.h
index d9b1c266f6ccdc4a17e2cf227edd02b0ee72a826..362ba45d5adafc6ef4e78e3f07db5ded10f43056 100644
(file)
--- 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__ < 0x00041
2
00 */
+#endif /* __XEN_INTERFACE_VERSION__ < 0x00041
3
00 */
#endif /* __XEN_PUBLIC_TMEM_H__ */