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 <unixbhaskar@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e89b635805
commit
ade29d4fdb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue