The patch titled Subject: ia64: trivial spelling fixes has been added to the -mm tree. Its filename is ia64-trivial-spelling-fixes.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/ia64-trivial-spelling-fixes.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/ia64-trivial-spelling-fixes.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Subject: ia64: trivial spelling fixes s/seralize/serialize/ .....three different places Link: https://lkml.kernel.org/r/YFY+9uwvNLeb/3Ab@Gentoo Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ia64/kernel/pal.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/arch/ia64/kernel/pal.S~ia64-trivial-spelling-fixes +++ a/arch/ia64/kernel/pal.S @@ -86,7 +86,7 @@ GLOBAL_ENTRY(ia64_pal_call_static) mov ar.pfs = loc1 mov rp = loc0 ;; - srlz.d // seralize restoration of psr.l + srlz.d // serialize restoration of psr.l br.ret.sptk.many b0 END(ia64_pal_call_static) EXPORT_SYMBOL(ia64_pal_call_static) @@ -194,7 +194,7 @@ GLOBAL_ENTRY(ia64_pal_call_phys_static) mov rp = loc0 ;; mov ar.rsc=loc4 // restore RSE configuration - srlz.d // seralize restoration of psr.l + srlz.d // serialize restoration of psr.l br.ret.sptk.many b0 END(ia64_pal_call_phys_static) EXPORT_SYMBOL(ia64_pal_call_phys_static) @@ -252,7 +252,7 @@ GLOBAL_ENTRY(ia64_pal_call_phys_stacked) mov rp = loc0 ;; mov ar.rsc=loc4 // restore RSE configuration - srlz.d // seralize restoration of psr.l + srlz.d // serialize restoration of psr.l br.ret.sptk.many b0 END(ia64_pal_call_phys_stacked) EXPORT_SYMBOL(ia64_pal_call_phys_stacked) _ Patches currently in -mm which might be from unixbhaskar@xxxxxxxxx are ia64-kernel-few-typos-fixed-in-the-file-fsyss.patch ia64-include-asm-minor-typo-fixes-in-the-file-pgtableh.patch ia64-trivial-spelling-fixes.patch ocfs2-fix-a-typo.patch mm-slubc-trivial-typo-fixes.patch mm-kmemleak-fix-a-typo.patch mm-typo-fix-in-the-file-utilc.patch lib-fix-a-typo-in-the-file-bchc.patch lib-genallocc-fix-a-typo.patch ipc-semc-mundane-typo-fixes.patch mm-few-spelling-fixes.patch kernel-fix-a-typo-in-the-file-upc.patch ipc-semc-couple-of-spelling-fixes.patch