[PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"

From: Colin King
Date: Sat Oct 23 2021 - 07:45:49 EST


From: Colin Ian King <colin.i.king@xxxxxxxxx>

There is a spelling mistake in a pr_warning message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
arch/parisc/kernel/sys_parisc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/kernel/sys_parisc.c b/arch/parisc/kernel/sys_parisc.c
index d11834377676..2b34294517a1 100644
--- a/arch/parisc/kernel/sys_parisc.c
+++ b/arch/parisc/kernel/sys_parisc.c
@@ -413,7 +413,7 @@ static int FIX_O_NONBLOCK(int flags)
!test_thread_flag(TIF_NONBLOCK_WARNING)) {
set_thread_flag(TIF_NONBLOCK_WARNING);
pr_warn("%s(%d) uses a deprecated O_NONBLOCK value."
- " Plase recompile with newer glibc.\n",
+ " Please recompile with newer glibc.\n",
current->comm, current->pid);
}
return flags & ~O_NONBLOCK_MASK_OUT;
--
2.32.0