projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e89b635
)
lib/genalloc.c: Fix a typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Fri, 7 May 2021 01:03:34 +0000
(18:03 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:12 +0000
(19:24 -0700)
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>
lib/genalloc.c
patch
|
blob
|
history
diff --git
a/lib/genalloc.c
b/lib/genalloc.c
index 5dcf9cdcbc46da5fb124bb24184aa4a1993d4221..8273760884a702b19d987d151e5589ed0c025e3e 100644
(file)
--- 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
- * ma
ct
hing the size requirement (no alignment constraint)
+ * ma
tc
hing 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