The patch titled Subject: kernel/up.c: fix typo has been added to the -mm tree. Its filename is kernel-fix-a-typo-in-the-file-upc.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/kernel-fix-a-typo-in-the-file-upc.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/kernel-fix-a-typo-in-the-file-upc.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: kernel/up.c: fix typo s/condtions/conditions/ Link: https://lkml.kernel.org/r/20210317032732.3260835-1-unixbhaskar@xxxxxxxxx Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/up.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/up.c~kernel-fix-a-typo-in-the-file-upc +++ a/kernel/up.c @@ -67,7 +67,7 @@ EXPORT_SYMBOL(on_each_cpu_mask); /* * Preemption is disabled here to make sure the cond_func is called under the - * same condtions in UP and SMP. + * same conditions in UP and SMP. */ void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, void *info, bool wait, const struct cpumask *mask) _ 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 mm-typo-fix-in-the-file-utilc.patch kernel-fix-a-typo-in-the-file-upc.patch lib-fix-a-typo-in-the-file-bchc.patch