All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
	Julien Grall <julien.grall@arm.com>,
	Jan Beulich <jbeulich@suse.com>
Subject: [PATCH 2/4] public/tmem.h: fix version number in comment
Date: Mon, 13 May 2019 14:47:12 +0100	[thread overview]
Message-ID: <20190513134714.3124-3-wei.liu2@citrix.com> (raw)
In-Reply-To: <20190513134714.3124-1-wei.liu2@citrix.com>

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>
---
 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.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

WARNING: multiple messages have this Message-ID (diff)
From: Wei Liu <wei.liu2@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
	Julien Grall <julien.grall@arm.com>,
	Jan Beulich <jbeulich@suse.com>
Subject: [Xen-devel] [PATCH 2/4] public/tmem.h: fix version number in comment
Date: Mon, 13 May 2019 14:47:12 +0100	[thread overview]
Message-ID: <20190513134714.3124-3-wei.liu2@citrix.com> (raw)
Message-ID: <20190513134712.KmtTrNPI68fydS8r0Fn3-gw-Nice9Qj69UyvRwWvwjA@z> (raw)
In-Reply-To: <20190513134714.3124-1-wei.liu2@citrix.com>

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>
---
 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.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2019-05-13 13:47 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-13 13:47 [PATCH 0/4] Misc patches Wei Liu
2019-05-13 13:47 ` [Xen-devel] " Wei Liu
2019-05-13 13:47 ` [PATCH 1/4] gitignore: ignore .vscode directory Wei Liu
2019-05-13 13:47   ` [Xen-devel] " Wei Liu
2019-05-13 14:13   ` Anthony PERARD
2019-05-13 14:13     ` [Xen-devel] " Anthony PERARD
2019-05-13 14:16     ` Wei Liu
2019-05-13 14:16       ` [Xen-devel] " Wei Liu
2019-05-13 13:47 ` Wei Liu [this message]
2019-05-13 13:47   ` [Xen-devel] [PATCH 2/4] public/tmem.h: fix version number in comment Wei Liu
2019-05-13 14:25   ` Jan Beulich
2019-05-13 14:25     ` [Xen-devel] " Jan Beulich
2019-05-13 13:47 ` [PATCH 3/4] README: document that `python` is required Wei Liu
2019-05-13 13:47   ` [Xen-devel] " Wei Liu
2019-05-13 14:27   ` Jan Beulich
2019-05-13 14:27     ` [Xen-devel] " Jan Beulich
2019-05-13 14:36     ` Wei Liu
2019-05-13 14:36       ` [Xen-devel] " Wei Liu
2019-05-13 14:38   ` George Dunlap
2019-05-13 14:38     ` [Xen-devel] " George Dunlap
2019-05-13 14:40     ` Wei Liu
2019-05-13 14:40       ` [Xen-devel] " Wei Liu
2019-05-13 13:47 ` [PATCH 4/4] INSTALL: remove duplicate sentence Wei Liu
2019-05-13 13:47   ` [Xen-devel] " Wei Liu
2019-05-13 14:29   ` Jan Beulich
2019-05-13 14:29     ` [Xen-devel] " Jan Beulich
2019-05-13 14:34     ` Wei Liu
2019-05-13 14:34       ` [Xen-devel] " Wei Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190513134714.3124-3-wei.liu2@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien.grall@arm.com \
    --cc=konrad.wilk@oracle.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.