From nobody Thu Apr 18 01:06:00 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1557755330; cv=none; d=zoho.com; s=zohoarc; b=Z+bT2RGzygOBIgQVP3O41tFG4+jHRVGmj5/s7meKIfORtfT6XHOxGXisORSN7YLi+gD0dneILIRbZXrlbeExWCDMNv2lnnS31sJFb7SUNLUEMSpBzWLlS1vYfV10bmqpKMUuAFxcpz9Fi9yR0RKzQXOi/lY0F9hJWltUZR5kJLw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557755330; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=7zrgN1JeiJ/SwBPJIzEKgh9eldhgfNy5mHtIPkzk09Y=; b=PZ705mMTF6DQnHIXo0kPgALOpZYVNz4URsYkgY84I3J1gVIzQ9CCbVjuUVM4t/Xj2XlWmL95p/0w4kEdJdTNz0UJJSQff6DgIwNMYl5E9va7vc67U82uCQjqMHwd+SR0VAKkVh1dZtc1kAG+jDBGJXsX60XV3/LEYylXQLnswGY= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1557755330945554.632891913348; Mon, 13 May 2019 06:48:50 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hQBIe-00044g-2L; Mon, 13 May 2019 13:47:28 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hQBIc-00044C-Mi for xen-devel@lists.xenproject.org; Mon, 13 May 2019 13:47:26 +0000 Received: from SMTP03.CITRIX.COM (unknown [162.221.156.55]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id a259b0b8-7585-11e9-a227-b74b5e54ffa1; Mon, 13 May 2019 13:47:23 +0000 (UTC) X-Inumbo-ID: a259b0b8-7585-11e9-a227-b74b5e54ffa1 X-IronPort-AV: E=Sophos;i="5.60,465,1549929600"; d="scan'208";a="85387571" From: Wei Liu To: Date: Mon, 13 May 2019 14:47:12 +0100 Message-ID: <20190513134714.3124-3-wei.liu2@citrix.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190513134714.3124-1-wei.liu2@citrix.com> References: <20190513134714.3124-1-wei.liu2@citrix.com> MIME-Version: 1.0 Subject: [Xen-devel] [PATCH 2/4] public/tmem.h: fix version number in comment X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Tim Deegan , Julien Grall , Jan Beulich Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" 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 =20 -#endif /* __XEN_INTERFACE_VERSION__ < 0x00041200 */ +#endif /* __XEN_INTERFACE_VERSION__ < 0x00041300 */ =20 #endif /* __XEN_PUBLIC_TMEM_H__ */ =20 --=20 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel