mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
s390/test_unwind: fix spelling mistake "reqister" -> "register"
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>
This commit is contained in:
parent
b62b6cf170
commit
7e914fd17e
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ static int test_unwind_irq(struct unwindme *u)
|
||||||
{
|
{
|
||||||
preempt_disable();
|
preempt_disable();
|
||||||
if (register_external_irq(EXT_IRQ_CLK_COMP, unwindme_irq_handler)) {
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
u->task = current;
|
u->task = current;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue