[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Remove redundant semicolons



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1246442065 -3600
# Node ID 945232b8e226893da8010c9523ae0a1678db5961
# Parent  72db35d854f3ab53a5e651db5b44de6885fb4914
Remove redundant semicolons

Signed-off-by: Rikiya Ayukawa <ayukawa.rikiya@xxxxxxxxxxxxxx>
---
 tools/debugger/xenitp/ia64-gen.c    |    2 +-
 tools/xenstore/tdb.c                |    2 +-
 xen/arch/ia64/linux-xen/unaligned.c |    2 +-
 xen/arch/ia64/vmx/vmx_interrupt.c   |    2 +-
 xen/arch/ia64/vmx/vmx_utility.c     |    2 +-
 xen/arch/ia64/xen/privop_stat.c     |    2 +-
 xen/arch/x86/hvm/vmx/vmx.c          |    2 +-
 xen/drivers/passthrough/pci.c       |    4 ++--
 xen/xsm/acm/acm_ops.c               |    2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff -r 72db35d854f3 -r 945232b8e226 tools/debugger/xenitp/ia64-gen.c
--- a/tools/debugger/xenitp/ia64-gen.c  Wed Jul 01 10:53:15 2009 +0100
+++ b/tools/debugger/xenitp/ia64-gen.c  Wed Jul 01 10:54:25 2009 +0100
@@ -569,7 +569,7 @@ fetch_insn_class (const char *full_name,
 
       ics[ind]->nsubs = 1;
       ics[ind]->subs = tmalloc(int);
-      ics[ind]->subs[0] = fetch_insn_class (subname, 1);;
+      ics[ind]->subs[0] = fetch_insn_class (subname, 1);
     }
 
   while (xsect)
diff -r 72db35d854f3 -r 945232b8e226 tools/xenstore/tdb.c
--- a/tools/xenstore/tdb.c      Wed Jul 01 10:53:15 2009 +0100
+++ b/tools/xenstore/tdb.c      Wed Jul 01 10:54:25 2009 +0100
@@ -1418,7 +1418,7 @@ int tdb_traverse(TDB_CONTEXT *tdb, tdb_t
                        /* They want us to terminate traversal */
                        ret = count;
                        if (unlock_record(tdb, tl.off) != 0) {
-                               TDB_LOG((tdb, 0, "tdb_traverse: unlock_record 
failed!\n"));;
+                               TDB_LOG((tdb, 0, "tdb_traverse: unlock_record 
failed!\n"));
                                ret = -1;
                        }
                        tdb->travlocks.next = tl.next;
diff -r 72db35d854f3 -r 945232b8e226 xen/arch/ia64/linux-xen/unaligned.c
--- a/xen/arch/ia64/linux-xen/unaligned.c       Wed Jul 01 10:53:15 2009 +0100
+++ b/xen/arch/ia64/linux-xen/unaligned.c       Wed Jul 01 10:54:25 2009 +0100
@@ -1093,7 +1093,7 @@ getreg (unsigned long regnum, unsigned l
        } else {
                addr = (unsigned long)regs;
 #if defined(XEN)
-               unat = &regs->eml_unat;;
+               unat = &regs->eml_unat;
 #else
                unat = &sw->caller_unat;
 #endif
diff -r 72db35d854f3 -r 945232b8e226 xen/arch/ia64/vmx/vmx_interrupt.c
--- a/xen/arch/ia64/vmx/vmx_interrupt.c Wed Jul 01 10:53:15 2009 +0100
+++ b/xen/arch/ia64/vmx/vmx_interrupt.c Wed Jul 01 10:54:25 2009 +0100
@@ -80,7 +80,7 @@ collect_interruption(VCPU *vcpu)
     if ( vdcr & IA64_DCR_PP ) {
         vpsr.val |= IA64_PSR_PP;
     } else {
-        vpsr.val &= ~IA64_PSR_PP;;
+        vpsr.val &= ~IA64_PSR_PP;
     }
 
     vmx_vcpu_set_psr(vcpu, vpsr.val);
diff -r 72db35d854f3 -r 945232b8e226 xen/arch/ia64/vmx/vmx_utility.c
--- a/xen/arch/ia64/vmx/vmx_utility.c   Wed Jul 01 10:53:15 2009 +0100
+++ b/xen/arch/ia64/vmx/vmx_utility.c   Wed Jul 01 10:54:25 2009 +0100
@@ -619,7 +619,7 @@ IA64FAULT check_target_register(VCPU *vc
     sof = regs->cr_ifs & 0x7f;
     if(reg_index >= sof + 32)
         return IA64_FAULT;
-    return IA64_NO_FAULT;;
+    return IA64_NO_FAULT;
 }
 
 
diff -r 72db35d854f3 -r 945232b8e226 xen/arch/ia64/xen/privop_stat.c
--- a/xen/arch/ia64/xen/privop_stat.c   Wed Jul 01 10:53:15 2009 +0100
+++ b/xen/arch/ia64/xen/privop_stat.c   Wed Jul 01 10:54:25 2009 +0100
@@ -58,7 +58,7 @@ void privop_count_addr(unsigned long iip
                        return;
                }
        }
-       v->overflow++;;
+       v->overflow++;
 }
 
 void gather_privop_addrs(void)
diff -r 72db35d854f3 -r 945232b8e226 xen/arch/x86/hvm/vmx/vmx.c
--- a/xen/arch/x86/hvm/vmx/vmx.c        Wed Jul 01 10:53:15 2009 +0100
+++ b/xen/arch/x86/hvm/vmx/vmx.c        Wed Jul 01 10:54:25 2009 +0100
@@ -2334,7 +2334,7 @@ asmlinkage void vmx_vmexit_handler(struc
         switch ( exit_reason )
         {
         case EXIT_REASON_EXCEPTION_NMI:
-            vector = __vmread(VM_EXIT_INTR_INFO) & INTR_INFO_VECTOR_MASK;;
+            vector = __vmread(VM_EXIT_INTR_INFO) & INTR_INFO_VECTOR_MASK;
             if ( vector != TRAP_page_fault
                  && vector != TRAP_nmi 
                  && vector != TRAP_machine_check ) 
diff -r 72db35d854f3 -r 945232b8e226 xen/drivers/passthrough/pci.c
--- a/xen/drivers/passthrough/pci.c     Wed Jul 01 10:53:15 2009 +0100
+++ b/xen/drivers/passthrough/pci.c     Wed Jul 01 10:54:25 2009 +0100
@@ -133,7 +133,7 @@ int pci_remove_device(u8 bus, u8 devfn)
 int pci_remove_device(u8 bus, u8 devfn)
 {
     struct pci_dev *pdev;
-    int ret = -ENODEV;;
+    int ret = -ENODEV;
 
     spin_lock(&pcidevs_lock);
     list_for_each_entry ( pdev, &alldevs_list, alldevs_list )
@@ -164,7 +164,7 @@ int pci_add_device_ext(u8 bus, u8 devfn,
     else if (info->is_virtfn)
         pdev_type = "Virtual Function";
     else
-       return -EINVAL;;
+        return -EINVAL;
 
 
     ret = -ENOMEM;
diff -r 72db35d854f3 -r 945232b8e226 xen/xsm/acm/acm_ops.c
--- a/xen/xsm/acm/acm_ops.c     Wed Jul 01 10:53:15 2009 +0100
+++ b/xen/xsm/acm/acm_ops.c     Wed Jul 01 10:54:25 2009 +0100
@@ -145,7 +145,7 @@ long do_acm_op(XEN_GUEST_HANDLE(xen_acmc
             if (!subj)
             {
                 rc = -ESRCH; /* domain not found */
-                break;;
+                break;
             }
             if (subj->ssid == NULL)
             {

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.