diff options
author | Jon Medhurst <tixy@yxit.co.uk> | 2011-04-07 13:25:18 +0100 |
---|---|---|
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-04-28 23:40:56 -0400 |
commit | 75539aea4cb96823171cabac7391f1a26fbf9c1b (patch) | |
tree | bdd12aa15f3beabf6841762dbd4e93185d0369d1 /arch | |
parent | 983ebd9365096c3386f6ed0978333e15f66024f5 (diff) | |
download | blackbird-op-linux-75539aea4cb96823171cabac7391f1a26fbf9c1b.tar.gz blackbird-op-linux-75539aea4cb96823171cabac7391f1a26fbf9c1b.zip |
ARM: kprobes: Fix error in comment
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/kernel/kprobes-decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/kprobes-decode.c b/arch/arm/kernel/kprobes-decode.c index 6d09db9c84ab..54c175906787 100644 --- a/arch/arm/kernel/kprobes-decode.c +++ b/arch/arm/kernel/kprobes-decode.c @@ -1069,7 +1069,7 @@ space_cccc_000x(kprobe_opcode_t insn, struct arch_specific_insn *asi) return prep_emulate_rd16rs8rm0_wflags(insn, asi); /* SMLAxy : cccc 0001 0000 xxxx xxxx xxxx 1xx0 xxxx : Q */ - /* SMLAWy : cccc 0001 0010 xxxx xxxx xxxx 0x00 xxxx : Q */ + /* SMLAWy : cccc 0001 0010 xxxx xxxx xxxx 1x00 xxxx : Q */ return prep_emulate_rd16rn12rs8rm0_wflags(insn, asi); } |