Skip to content

Commit

Permalink
s390/test_unwind: fix spelling mistake "reqister" -> "register"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a pr_info message. Fix it.

Link: https://lkml.kernel.org/r/20191202090215.28766-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
  • Loading branch information
Colin Ian King authored and Vasily Gorbik committed Dec 11, 2019
1 parent b62b6cf commit 7e914fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/lib/test_unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static int test_unwind_irq(struct unwindme *u)
{
preempt_disable();
if (register_external_irq(EXT_IRQ_CLK_COMP, unwindme_irq_handler)) {
pr_info("Couldn't reqister external interrupt handler");
pr_info("Couldn't register external interrupt handler");
return -1;
}
u->task = current;
Expand Down

0 comments on commit 7e914fd

Please sign in to comment.