From: Andrea Gelmini Date: Sat, 21 May 2016 12:01:57 +0000 (+0200) Subject: MIPS: oprofile: Fix typo X-Git-Tag: v4.14-rc1~3097^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5004614b34e8af205356f557ef1fec4a710bba20;p=platform%2Fkernel%2Flinux-rpi.git MIPS: oprofile: Fix typo Signed-off-by: Andrea Gelmini 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 --- diff --git a/arch/mips/oprofile/op_impl.h b/arch/mips/oprofile/op_impl.h index 7c2da27e..a4e758a 100644 --- a/arch/mips/oprofile/op_impl.h +++ b/arch/mips/oprofile/op_impl.h @@ -24,7 +24,7 @@ struct op_counter_config { unsigned long unit_mask; }; -/* Per-architecture configury and hooks. */ +/* Per-architecture configure and hooks. */ struct op_mips_model { void (*reg_setup) (struct op_counter_config *); void (*cpu_setup) (void *dummy);