summaryrefslogtreecommitdiff
path: root/arch/ia64/kvm/vcpu.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2009-06-28 09:26:07 -0700
committerTony Luck <tony.luck@intel.com>2009-06-30 14:18:32 -0700
commit58782b34e9ffcc04619634efe9658263344ed188 (patch)
tree929c3d28518f9ab2615343df39d2a3727dc4e988 /arch/ia64/kvm/vcpu.c
parent2be8412c6cef97b01dfaae71c04bf585d3d93a3b (diff)
[IA64] Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kvm/vcpu.c')
-rw-r--r--arch/ia64/kvm/vcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kvm/vcpu.c b/arch/ia64/kvm/vcpu.c
index a2c6c15e4761..46b02cbcc874 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];