diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 08:01:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-28 06:35:09 -0400 |
commit | 5004614b34e8af205356f557ef1fec4a710bba20 (patch) | |
tree | 74700b8bb56016c1115dd4624753b707662a0be0 | |
parent | e7e3346cc64fff306694bdc41908283d195339c1 (diff) |
MIPS: oprofile: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: rric@kernel.org
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Cc: oprofile-list@lists.sf.net
Patchwork: https://patchwork.linux-mips.org/patch/13334/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/oprofile/op_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/oprofile/op_impl.h b/arch/mips/oprofile/op_impl.h index 7c2da27ece04..a4e758a39af4 100644 --- a/arch/mips/oprofile/op_impl.h +++ b/arch/mips/oprofile/op_impl.h | |||
@@ -24,7 +24,7 @@ struct op_counter_config { | |||
24 | unsigned long unit_mask; | 24 | unsigned long unit_mask; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | /* Per-architecture configury and hooks. */ | 27 | /* Per-architecture configure and hooks. */ |
28 | struct op_mips_model { | 28 | struct op_mips_model { |
29 | void (*reg_setup) (struct op_counter_config *); | 29 | void (*reg_setup) (struct op_counter_config *); |
30 | void (*cpu_setup) (void *dummy); | 30 | void (*cpu_setup) (void *dummy); |