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

Commit 462e5a52 authored by George G. Davis's avatar George G. Davis Committed by Jonathan Corbet
Browse files

treewide: trivial: fix s/poped/popped/ typo



Fix a couple of s/poped/popped/ typos.

Signed-off-by: default avatarGeorge G. Davis <george_davis@mentor.com>
Acked-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: default avatarMasami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9d619443
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
Too many problems poped up because of unnoticed misaligned memory access in
Too many problems popped up because of unnoticed misaligned memory access in
kernel code lately.  Therefore the alignment fixup is now unconditionally
kernel code lately.  Therefore the alignment fixup is now unconditionally
configured in for SA11x0 based targets.  According to Alan Cox, this is a
configured in for SA11x0 based targets.  According to Alan Cox, this is a
bad idea to configure it out, but Russell King has some good reasons for
bad idea to configure it out, but Russell King has some good reasons for
+1 −1
Original line number Original line Diff line number Diff line
@@ -826,7 +826,7 @@ __used __visible void *trampoline_handler(struct pt_regs *regs)
			continue;
			continue;
		/*
		/*
		 * Return probes must be pushed on this hash list correct
		 * Return probes must be pushed on this hash list correct
		 * order (same as return order) so that it can be poped
		 * order (same as return order) so that it can be popped
		 * correctly. However, if we find it is pushed it incorrect
		 * correctly. However, if we find it is pushed it incorrect
		 * order, this means we find a function which should not be
		 * order, this means we find a function which should not be
		 * probed, because the wrong order entry is pushed on the
		 * probed, because the wrong order entry is pushed on the