[RFC V2 02/21]arch:ia64 Remove extra semi-colon.

From: Justin P. Mattock
Date: Thu Mar 24 2011 - 16:23:25 EST


The patch below removes an extra semi-colon from various parts
of the kernel. Please have a look when you have time, and let
me know if its legit or not.

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>

---
arch/ia64/include/asm/asmmacro.h | 4 ++--
arch/ia64/include/asm/mca_asm.h | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/ia64/include/asm/asmmacro.h b/arch/ia64/include/asm/asmmacro.h
index 3ab6d75..3c3904b 100644
--- a/arch/ia64/include/asm/asmmacro.h
+++ b/arch/ia64/include/asm/asmmacro.h
@@ -92,12 +92,12 @@ name:
1:{ .mib; \
nop.m 0; \
mov r16=ar.pfs; \
- br.call.sptk.many b7=2f;; \
+ br.call.sptk.many b7=2f; \
}; \
2:{ .mib; \
nop.m 0; \
mov ar.pfs=r16; \
- br.ret.sptk.many b6;; \
+ br.ret.sptk.many b6; \
}
#else
# define FSYS_RETURN br.ret.sptk.many b6
diff --git a/arch/ia64/include/asm/mca_asm.h b/arch/ia64/include/asm/mca_asm.h
index dd2a5b1..d57d3c0 100644
--- a/arch/ia64/include/asm/mca_asm.h
+++ b/arch/ia64/include/asm/mca_asm.h
@@ -46,11 +46,11 @@
* 1. Put 0x7 in bits 61 thru 63.
*/
#define DATA_PA_TO_VA(addr,temp) \
- mov temp = 0x7 ;; \
+ mov temp = 0x7; \
dep addr = temp, addr, 61, 3

#define GET_THIS_PADDR(reg, var) \
- mov reg = IA64_KR(PER_CPU_DATA);; \
+ mov reg = IA64_KR(PER_CPU_DATA); \
addl reg = THIS_CPU(var), reg

/*
@@ -82,7 +82,7 @@
;; \
dep old_psr = 0, old_psr, 32, 32; \
\
- mov ar.rsc = 0 ; \
+ mov ar.rsc = 0; \
;; \
srlz.d; \
mov temp2 = ar.bspstore; \
--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/