diff options
| author | Nicolas Pitre <nico@cam.org> | 2007-12-04 16:33:33 +0300 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 17:50:05 +0300 |
| commit | 70b6f2b4af709bded5220bcd8f3b4e255de20411 (patch) | |
| tree | 49249132099fe923ac96ea2dfbf7655bac7aced3 | |
| parent | 7b544c99e0328937932022da3cbdd38cf3f072ec (diff) | |
| download | linux-70b6f2b4af709bded5220bcd8f3b4e255de20411.tar.xz | |
[ARM] 4689/1: small comment wrap fix
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/kernel/entry-armv.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index 29dec080a604..d65b07207b61 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S @@ -11,8 +11,8 @@ * * Low-level vector interface routines * - * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction that causes - * it to save wrong values... Be aware! + * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction + * that causes it to save wrong values... Be aware! */ #include <asm/memory.h> |
