All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib/genalloc.c: Fix trivial typo
@ 2018-08-28  4:58 Nikolas Nyby
  0 siblings, 0 replies; only message in thread
From: Nikolas Nyby @ 2018-08-28  4:58 UTC (permalink / raw)
  To: trivial, logang, sbates, mathieu.desnoyers, linux-kernel; +Cc: Nikolas Nyby

This fixes a typo in the gen_pool_best_fit docs.

Signed-off-by: Nikolas Nyby <nikolas@gnu.org>
---
 lib/genalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/genalloc.c b/lib/genalloc.c
index ca06adc4f445..d8f534db5562 100644
--- a/lib/genalloc.c
+++ b/lib/genalloc.c
@@ -611,7 +611,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
-- 
2.18.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-28  4:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28  4:58 [PATCH] lib/genalloc.c: Fix trivial typo Nikolas Nyby

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.