On 10/23/21 13:45, Colin King wrote: > 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> Thanks! I've fixed it in the original patch. Helge > --- > 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; >