The patch titled Subject: ipc/sem.c: spelling fix has been removed from the -mm tree. Its filename was ipc-semc-couple-of-spelling-fixes.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Subject: ipc/sem.c: spelling fix s/purpuse/purpose/ Link: https://lkml.kernel.org/r/20210319221432.26631-1-unixbhaskar@xxxxxxxxx Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- ipc/sem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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); _ Patches currently in -mm which might be from unixbhaskar@xxxxxxxxx are