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

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

MIPS: kernel: Fix typo



Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Cc: paul.burton@imgtec.com
Cc: macro@imgtec.com
Cc: james.hogan@imgtec.com
Cc: jslaby@suse.cz
Cc: adam.buchbinder@gmail.com
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13330/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f5be47f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -349,7 +349,7 @@ static int get_frame_info(struct mips_frame_info *info)
		return 0;
		return 0;
	if (info->pc_offset < 0) /* leaf */
	if (info->pc_offset < 0) /* leaf */
		return 1;
		return 1;
	/* prologue seems boggus... */
	/* prologue seems bogus... */
err:
err:
	return -1;
	return -1;
}
}