]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Remove extraneous comma in info_cpu_stats and opts_cpu_stats
authorJohn Ferlan <jferlan@redhat.com>
Mon, 8 Apr 2013 14:15:42 +0000 (10:15 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 11 Apr 2013 22:40:59 +0000 (18:40 -0400)
tools/virsh-domain.c

index bd6192e425560d45bb2ab88cfc86d6090def0076..dc73c0f7f2cd489c5fc89d0bf11ebed7703324dc 100644 (file)
@@ -6111,7 +6111,7 @@ static const vshCmdInfo info_cpu_stats[] = {
     {.name = "desc",
      .data = N_("Display per-CPU and total statistics about the domain's CPUs")
     },
-    {.name = NULL},
+    {.name = NULL}
 };
 
 static const vshCmdOptDef opts_cpu_stats[] = {
@@ -6132,7 +6132,7 @@ static const vshCmdOptDef opts_cpu_stats[] = {
      .type = VSH_OT_INT,
      .help = N_("Number of shown CPUs at most")
     },
-    {.name = NULL},
+    {.name = NULL}
 };
 
 static bool