All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: trivial@kernel.org, Andrew Morton <akpm@linux-foundation.org>,
	Tony Luck <tony.luck@intel.com>, Avi Kivity <avi@redhat.com>,
	Xiantao Zhang <xiantao.zhang@intel.com>,
	linux-ia64@vger.kernel.org, kvm@vger.kernel.org,
	kvm-ia64@vger.kernel.org
Subject: [PATCH 02/62] arch/ia64: Remove unnecessary semicolons
Date: Sun, 28 Jun 2009 09:26:07 -0700	[thread overview]
Message-ID: <666c19a5e3efb5aff766bb05f4221903017b25bc.1246173680.git.joe@perches.com> (raw)
In-Reply-To: <cover.1246173664.git.joe@perches.com>

Signed-off-by: Joe Perches <joe@perches.com>
---
 arch/ia64/kernel/esi.c  |    2 +-
 arch/ia64/kvm/process.c |    6 +++---
 arch/ia64/kvm/vcpu.c    |    2 +-
 arch/ia64/kvm/vtlb.c    |    4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/ia64/kernel/esi.c b/arch/ia64/kernel/esi.c
index ebf4e98..d5764a3 100644
--- a/arch/ia64/kernel/esi.c
+++ b/arch/ia64/kernel/esi.c
@@ -65,7 +65,7 @@ static int __init esi_init (void)
 	}
 
 	if (!esi)
-		return -ENODEV;;
+		return -ENODEV;
 
 	systab = __va(esi);
 
diff --git a/arch/ia64/kvm/process.c b/arch/ia64/kvm/process.c
index a8f84da..bb862fb 100644
--- a/arch/ia64/kvm/process.c
+++ b/arch/ia64/kvm/process.c
@@ -130,7 +130,7 @@ static void collect_interruption(struct kvm_vcpu *vcpu)
 	if (vdcr & IA64_DCR_PP) {
 		vpsr |= IA64_PSR_PP;
 	} else {
-		vpsr &= ~IA64_PSR_PP;;
+		vpsr &= ~IA64_PSR_PP;
 	}
 
 	vcpu_set_psr(vcpu, vpsr);
@@ -594,11 +594,11 @@ static void set_pal_call_data(struct kvm_vcpu *vcpu)
 		p->u.pal_data.gr30 = vcpu_get_gr(vcpu, 30);
 		break;
 	case PAL_BRAND_INFO:
-		p->u.pal_data.gr29 = gr29;;
+		p->u.pal_data.gr29 = gr29;
 		p->u.pal_data.gr30 = kvm_trans_pal_call_args(vcpu, gr30);
 		break;
 	default:
-		p->u.pal_data.gr29 = gr29;;
+		p->u.pal_data.gr29 = gr29;
 		p->u.pal_data.gr30 = vcpu_get_gr(vcpu, 30);
 	}
 	p->u.pal_data.gr28 = gr28;
diff --git a/arch/ia64/kvm/vcpu.c b/arch/ia64/kvm/vcpu.c
index a2c6c15..46b02cb 100644
--- a/arch/ia64/kvm/vcpu.c
+++ b/arch/ia64/kvm/vcpu.c
@@ -406,7 +406,7 @@ void getreg(unsigned long regnum, unsigned long *val,
 	 * Now look at registers in [0-31] range and init correct UNAT
 	 */
 	addr = (unsigned long)regs;
-	unat = &regs->eml_unat;;
+	unat = &regs->eml_unat;
 
 	addr += gr_info[regnum];
 
diff --git a/arch/ia64/kvm/vtlb.c b/arch/ia64/kvm/vtlb.c
index 4290a42..20b3852 100644
--- a/arch/ia64/kvm/vtlb.c
+++ b/arch/ia64/kvm/vtlb.c
@@ -135,7 +135,7 @@ struct thash_data *__vtr_lookup(struct kvm_vcpu *vcpu, u64 va, int type)
 	u64 rid;
 
 	rid = vcpu_get_rr(vcpu, va);
-	rid = rid & RR_RID_MASK;;
+	rid = rid & RR_RID_MASK;
 	if (type == D_TLB) {
 		if (vcpu_quick_region_check(vcpu->arch.dtr_regions, va)) {
 			for (trp = (struct thash_data *)&vcpu->arch.dtrs, i = 0;
@@ -518,7 +518,7 @@ struct thash_data *vtlb_lookup(struct kvm_vcpu *v, u64 va, int is_data)
 
 	struct thash_cb *hcb = &v->arch.vtlb;
 
-	cch = __vtr_lookup(v, va, is_data);;
+	cch = __vtr_lookup(v, va, is_data);
 	if (cch)
 		return cch;
 
-- 
1.6.3.1.10.g659a0.dirty


  parent reply	other threads:[~2009-06-28 16:28 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-28 16:26 [PATCH 00/62] Remove unnecessary semicolons Joe Perches
2009-06-28 16:26 ` [PATCH 01/62] arch/arm: " Joe Perches
2009-06-28 16:26 ` Joe Perches [this message]
2009-06-28 16:26 ` [PATCH 03/62] arch/m68knommu/kernel/time.c: " Joe Perches
2009-07-02  4:10   ` Greg Ungerer
2009-06-28 16:26 ` [PATCH 04/62] arch/mips/kernel/vpe.c: " Joe Perches
2009-06-28 17:53   ` Ralf Baechle
2009-06-28 16:26 ` [PATCH 05/62] arch/powerpc: " Joe Perches
2009-06-28 16:26   ` Joe Perches
2009-06-29 16:01   ` Geoff Levand
2009-06-29 16:01     ` Geoff Levand
2009-06-28 16:26 ` [PATCH 06/62] arch/s390/hypfs/inode.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 07/62] arch/s390/kvm/interrupt.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 08/62] arch/sh/boards/mach-se/7206/io.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 09/62] arch/sparc/kernel/irq_64.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 10/62] arch/um/drivers/net_kern.c: " Joe Perches
2009-06-28 16:26   ` [uml-devel] " Joe Perches
2009-06-28 16:26 ` [PATCH 11/62] arch/x86/kernel/ds.c: " Joe Perches
2009-06-28 16:40   ` Jaswinder Singh Rajput
2009-06-28 16:26 ` [PATCH 12/62] drivers/ata: " Joe Perches
2009-07-29  1:17   ` Jeff Garzik
2009-06-28 16:26 ` [PATCH 13/62] drivers/block: " Joe Perches
2009-06-28 16:26 ` [PATCH 14/62] drivers/char/epca.c: " Joe Perches
2009-06-28 17:51   ` Alan Cox
2009-06-28 18:33     ` David Miller
2009-06-28 18:44       ` [PATCH] " Joe Perches
2009-06-28 19:12         ` Pekka Enberg
2009-06-28 19:22           ` Joe Perches
2009-06-28 21:16         ` Jiri Kosina
2009-06-30 17:15           ` Joe Perches
2009-06-30 22:41             ` Jiri Kosina
2009-06-28 16:26 ` [PATCH 15/62] drivers/dma/fsldma.c: " Joe Perches
2009-06-28 16:26   ` Joe Perches
2009-07-02  0:27   ` Dan Williams
2009-07-02  0:27     ` Dan Williams
2009-06-28 16:26 ` [PATCH 16/62] drivers/dma: " Joe Perches
2009-06-28 16:26 ` [PATCH 17/62] drivers/gpu/drm: " Joe Perches
2009-06-28 16:26 ` [PATCH 18/62] drivers/hwmon/sht15.c: " Joe Perches
2009-06-28 16:26   ` [lm-sensors] [PATCH 18/62] drivers/hwmon/sht15.c: Remove Joe Perches
2009-06-28 19:01   ` [lm-sensors] [PATCH 18/62] drivers/hwmon/sht15.c: Remove unnecessary semicolons Jean Delvare
2009-06-28 19:01     ` [lm-sensors] [PATCH 18/62] drivers/hwmon/sht15.c: Remove Jean Delvare
2009-06-28 16:26 ` [PATCH 19/62] drivers/ide: Remove unnecessary semicolons Joe Perches
2009-06-28 16:26 ` [PATCH 20/62] drivers/isdn/capi/capiutil.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 21/62] drivers/macintosh/rack-meter.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 22/62] drivers/media/video/cx18/cx18-fileops.c: " Joe Perches
2009-06-28 17:17   ` Andy Walls
2009-06-28 17:21     ` Joe Perches
2009-06-28 18:10       ` Andy Walls
2009-06-28 18:16         ` [PATCH] MAINTAINERS: Remove ivtv-user lists, add CX18 url Joe Perches
2009-06-28 18:22           ` Andy Walls
2009-06-28 16:26 ` [PATCH 23/62] drivers/media/video/ivtv/ivtv-driver.c: Remove unnecessary semicolons Joe Perches
2009-06-28 16:26 ` [PATCH 24/62] drivers/media: " Joe Perches
2009-06-28 16:26 ` [PATCH 25/62] drivers/mfd/twl4030-irq.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 26/62] drivers/mmc/host/imxmmc.c: " Joe Perches
2009-07-01  9:26   ` Pavel Pisa
2009-07-31  9:30   ` Pierre Ossman
2009-08-02 22:34     ` Pavel Pisa
2009-06-28 16:26 ` [PATCH 27/62] drivers/net/wireless/ath/ath9k: " Joe Perches
2009-06-28 16:26   ` [ath9k-devel] " Joe Perches
2009-06-28 16:26 ` [PATCH 28/62] drivers/net/bnx2x_link.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 29/62] drivers/net/igb/igb_main.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 30/62] drivers/net/qlge/qlge_main.c: " Joe Perches
2009-06-28 18:35   ` [PATCH] MAINTAINERS: QLGE 10Gb ETHERNET - pair P:/M: entries properly Joe Perches
2009-06-28 18:40     ` David Miller
2009-06-28 16:26 ` [PATCH 31/62] drivers/net/skfp: Remove unnecessary semicolons Joe Perches
2009-06-28 16:26 ` [PATCH 32/62] drivers/net/skge.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 33/62] drivers/net/sky2.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 34/62] drivers/net: " Joe Perches
2009-06-28 16:26 ` [PATCH 35/62] drivers/pci/pcie/aer/ecrc.c: " Joe Perches
2009-06-29 18:15   ` Andrew Patterson
2009-06-29 19:21   ` Jesse Barnes
2009-06-28 16:26 ` [PATCH 36/62] drivers/pcmcia/pcmcia_resource.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 37/62] drivers/regulator/pcf50633-regulator.c: " Joe Perches
2009-06-29 10:32   ` Liam Girdwood
2009-06-28 16:26 ` [PATCH 38/62] drivers/rtc/rtc-omap.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 39/62] drivers/s390/block/dasd_eckd.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 40/62] drivers/s390/net/netiucv.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 41/62] drivers/s390/scsi/zfcp_scsi.c: " Joe Perches
2009-06-28 18:05   ` Christof Schmitt
2009-06-28 16:26 ` [PATCH 42/62] drivers/scsi/bnx2i/bnx2i_hwi.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 43/62] include/scsi/fc/fc_fc2.h: " Joe Perches
2009-06-28 16:26 ` [PATCH 44/62] drivers/scsi/lpfc/lpfc_ct.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 45/62] drivers/spi: " Joe Perches
2009-06-28 16:26   ` Joe Perches
2009-06-28 16:26 ` [PATCH 46/62] drivers/staging: " Joe Perches
2009-06-28 16:26 ` [PATCH 47/62] drivers/usb: " Joe Perches
2009-06-28 16:26 ` [PATCH 48/62] drivers/uwb/i1480/i1480u-wlp/netdev.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 49/62] drivers/video/cfbcopyarea.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 50/62] drivers/video/imxfb.c: " Joe Perches
2009-06-29  7:12   ` Sascha Hauer
2009-06-28 16:26 ` [PATCH 51/62] drivers/video/s3c2410fb.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 52/62] drivers/watchdog/bcm47xx_wdt.c: " Joe Perches
2009-06-29 18:05   ` Wim Van Sebroeck
2009-06-28 16:26 ` [PATCH 53/62] drivers/xen/balloon.c: " Joe Perches
2009-06-28 16:26 ` [PATCH 54/62] fs/autofs/dirhash.c: " Joe Perches
2009-06-28 16:27 ` [PATCH 55/62] fs/btrfs/tree-log.c: " Joe Perches
2009-06-28 16:27 ` [PATCH 56/62] fs/cifs/cifs_dfs_ref.c: " Joe Perches
2009-06-28 16:45   ` Steve French
2009-06-28 16:51     ` Joe Perches
2009-06-28 16:27 ` [PATCH 57/62] fs/ext4/mballoc.c: " Joe Perches
2009-07-06  2:34   ` Theodore Tso
2009-06-28 16:27 ` [PATCH 58/62] fs/nfs/callback_xdr.c: " Joe Perches
2009-06-28 16:27 ` [PATCH 59/62] fs/ocfs2/quota_global.c: " Joe Perches
2009-06-28 16:30   ` [Ocfs2-devel] " Joe Perches
2009-09-17 19:00   ` Mark Fasheh
2009-09-17 19:00     ` Mark Fasheh
2009-06-28 16:27 ` [PATCH 60/62] kernel/trace/trace_hw_branches.c: " Joe Perches
2009-06-28 16:27 ` [PATCH 61/62] net/wireless/wext-compat.c: " Joe Perches
2009-06-28 16:27 ` [PATCH 62/62] sound: " Joe Perches
2009-06-29  9:30   ` Mark Brown
2009-06-29  9:30     ` Mark Brown
2009-06-28 17:11 ` [PATCH 00/62] " Arjan van de Ven
2009-06-28 17:16   ` Joe Perches
2009-06-28 17:43     ` Arjan van de Ven
2009-06-28 17:48       ` Joe Perches
2009-06-28 18:32       ` David Miller
2009-06-28 18:45         ` Arjan van de Ven
2009-06-28 18:12   ` Andrew Morton
2009-06-29  9:48 ` Boaz Harrosh

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=666c19a5e3efb5aff766bb05f4221903017b25bc.1246173680.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=akpm@linux-foundation.org \
    --cc=avi@redhat.com \
    --cc=kvm-ia64@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony.luck@intel.com \
    --cc=trivial@kernel.org \
    --cc=xiantao.zhang@intel.com \
    /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.