Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5004614b authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Ralf Baechle
Browse files

MIPS: oprofile: Fix typo



Signed-off-by: default avatarAndrea 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent e7e3346c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);