The patch titled Subject: ipc/sem.c: couple of spelling fixes has been added to the -mm tree. Its filename is ipc-semc-couple-of-spelling-fixes.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/ipc-semc-couple-of-spelling-fixes.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/ipc-semc-couple-of-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: ipc/sem.c: couple of spelling fixes s/purpuse/purpose/ s/seperately/separately/ Link: https://lkml.kernel.org/r/20210319221432.26631-1-unixbhaskar@xxxxxxxxx Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- ipc/sem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/ipc/sem.c~ipc-semc-couple-of-spelling-fixes +++ a/ipc/sem.c @@ -786,7 +786,7 @@ static inline void wake_up_sem_queue_pre { get_task_struct(q->sleeper); - /* see SEM_BARRIER_2 for purpuse/pairing */ + /* see SEM_BARRIER_2 for purpose/pairing */ smp_store_release(&q->status, error); wake_q_add_safe(wake_q, q->sleeper); @@ -821,7 +821,7 @@ static inline int check_restart(struct s /* It is impossible that someone waits for the new value: * - complex operations always restart. - * - wait-for-zero are handled seperately. + * - wait-for-zero are handled separately. * - q is a previously sleeping simple operation that * altered the array. It must be a decrement, because * simple increments never sleep. _ 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-kmemleak-fix-a-typo.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 ipc-semc-couple-of-spelling-fixes.patch