All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: rename addr_in_gen_pool to gen_pool_has_addr
@ 2018-12-29  1:59 Huang Shijie
  2019-01-03 16:22 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Shijie @ 2018-12-29  1:59 UTC (permalink / raw)
  To: akpm; +Cc: corbet, linux-doc, linux-kernel, Huang Shijie

Update the document, since we have renamed addr_in_gen_pool to
gen_pool_has_addr.

Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>
---

Sorry, I missed to update this document...

---
 Documentation/core-api/genalloc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/genalloc.rst b/Documentation/core-api/genalloc.rst
index 6b38a39fab24..a534cc7ebd05 100644
--- a/Documentation/core-api/genalloc.rst
+++ b/Documentation/core-api/genalloc.rst
@@ -129,7 +129,7 @@ writing of special-purpose memory allocators in the future.
    :functions: gen_pool_for_each_chunk
 
 .. kernel-doc:: lib/genalloc.c
-   :functions: addr_in_gen_pool
+   :functions: gen_pool_has_addr
 
 .. kernel-doc:: lib/genalloc.c
    :functions: gen_pool_avail
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-03 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-29  1:59 [PATCH] Documentation: rename addr_in_gen_pool to gen_pool_has_addr Huang Shijie
2019-01-03 16:22 ` Jonathan Corbet

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.