From: Bhaskar Chowdhury Date: Fri, 7 May 2021 01:03:34 +0000 (-0700) Subject: lib/genalloc.c: Fix a typo X-Git-Tag: accepted/tizen/unified/20230118.172025~7264^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ade29d4fdbe675d72ee6115baaf3b3382942fd12;p=platform%2Fkernel%2Flinux-rpi.git lib/genalloc.c: Fix a typo s/macthing/matching/ Link: https://lkml.kernel.org/r/20210326131530.30481-1-unixbhaskar@gmail.com Signed-off-by: Bhaskar Chowdhury Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/genalloc.c b/lib/genalloc.c index 5dcf9cd..8273760 100644 --- a/lib/genalloc.c +++ b/lib/genalloc.c @@ -735,7 +735,7 @@ EXPORT_SYMBOL(gen_pool_first_fit_order_align); /** * 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