diff options
author | Joe Perches <joe@perches.com> | 2009-06-28 20:26:07 +0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-07-01 01:18:32 +0400 |
commit | 58782b34e9ffcc04619634efe9658263344ed188 (patch) | |
tree | 929c3d28518f9ab2615343df39d2a3727dc4e988 /arch/ia64/kvm/vcpu.c | |
parent | 2be8412c6cef97b01dfaae71c04bf585d3d93a3b (diff) | |
download | linux-58782b34e9ffcc04619634efe9658263344ed188.tar.xz |
[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.c | 2 |
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 = ®s->eml_unat;; + unat = ®s->eml_unat; addr += gr_info[regnum]; |