The patch titled Subject: lib/genalloc.c: fix a typo has been removed from the -mm tree. Its filename was lib-genallocc-fix-a-typo.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Subject: lib/genalloc.c: Fix a typo s/macthing/matching/ Link: https://lkml.kernel.org/r/20210326131530.30481-1-unixbhaskar@xxxxxxxxx Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/genalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/genalloc.c~lib-genallocc-fix-a-typo +++ a/lib/genalloc.c @@ -735,7 +735,7 @@ EXPORT_SYMBOL(gen_pool_first_fit_order_a /** * gen_pool_best_fit - find the best fitting region of memory - * macthing the size requirement (no alignment constraint) + * matching the size requirement (no alignment constraint) * @map: The address to base the search on * @size: The bitmap size in bits * @start: The bitnumber to start searching at _ Patches currently in -mm which might be from unixbhaskar@xxxxxxxxx are