Skip to content

Commit

Permalink
lib/genalloc.c: Fix a typo
Browse files Browse the repository at this point in the history
s/macthing/matching/

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
unixbhaskar authored and torvalds committed May 7, 2021
1 parent e89b635 commit ade29d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/genalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ade29d4

Please sign in to comment.