WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Remove stray semi-colon in macro.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Remove stray semi-colon in macro.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Jun 2007 05:02:21 -0700
Delivery-date: Thu, 21 Jun 2007 05:00:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1182362925 -3600
# Node ID 6310aebd34a6e9f2b7751edd22d6f8c6da44b244
# Parent  296fd2598e003029c6f44b2058522b0e9ac55646
Remove stray semi-colon in macro.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 xen/arch/x86/platform_hypercall.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 296fd2598e00 -r 6310aebd34a6 xen/arch/x86/platform_hypercall.c
--- a/xen/arch/x86/platform_hypercall.c Wed Jun 20 18:43:04 2007 +0100
+++ b/xen/arch/x86/platform_hypercall.c Wed Jun 20 19:08:45 2007 +0100
@@ -185,7 +185,7 @@ ret_t do_platform_op(XEN_GUEST_HANDLE(xe
                 break;
 
             /* Transfer miscellaneous other information values. */
-#define C(x) op->u.firmware_info.u.disk_info.x = info->x;
+#define C(x) op->u.firmware_info.u.disk_info.x = info->x
             C(device);
             C(version);
             C(interface_support);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Remove stray semi-colon in macro., Xen patchbot-unstable <=