"Aneesh Kumar K.V" <[email protected]> writes: > Signed-off-by: Aneesh Kumar K.V <[email protected]> > --- > arch/powerpc/mm/book3s64/pkeys.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/powerpc/mm/book3s64/pkeys.c > b/arch/powerpc/mm/book3s64/pkeys.c > index 810118123e70..0d72c0246052 100644 > --- a/arch/powerpc/mm/book3s64/pkeys.c > +++ b/arch/powerpc/mm/book3s64/pkeys.c > @@ -195,6 +195,7 @@ void __init pkey_early_init_devtree(void) > */ > initial_allocation_mask |= reserved_allocation_mask; > > + pr_info("Enabling Memory keys with max key count %d", max_pkey); ^ missing newline
> return; > } The syscall is called pkey_mprotect() and the manpage is "pkeys", so I think it would make sense to use "pkey" in the message. cheers
