From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Memory Management List <linux-mm@kvack.org>,
Linux Media <linux-media@vger.kernel.org>,
Linux DRI Development <dri-devel@lists.freedesktop.org>,
linaro-mm-sig@lists.linaro.org
Cc: "Sumit Semwal" <sumit.semwal@linaro.org>,
"Christian König" <christian.koenig@amd.com>,
"Alexander Potapenko" <glider@google.com>,
"Marco Elver" <elver@google.com>,
"Dmitry Vyukov" <dvyukov@google.com>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Uladzislau Rezki" <urezki@gmail.com>,
"David Hildenbrand (Red Hat)" <david@kernel.org>,
"Lorenzo Stoakes" <lorenzo.stoakes@oracle.com>,
"Peter Zijlstra" <peterz@infradead.org>,
"Vlastimil Babka" <vbabka@suse.cz>,
"Max Kellermann" <max.kellermann@ionos.com>,
"Ryan Roberts" <ryan.roberts@arm.com>,
"Bagas Sanjaya" <bagasdotme@gmail.com>,
"Nysal Jan K.A." <nysal@linux.ibm.com>,
"Kent Overstreet" <kent.overstreet@linux.dev>,
"Vitaly Wool" <vitaly.wool@konsulko.se>,
"Harry Yoo" <harry.yoo@oracle.com>,
"Mao Zhu" <zhumao001@208suo.com>,
"Shaomin Deng" <dengshaomin@cdjrlc.com>,
"Charles Han" <hanchunchao@inspur.com>,
"Jilin Yuan" <yuanjilin@cdjrlc.com>,
"Swaraj Gaikwad" <swarajgaikwad1925@gmail.com>,
"George Anthony Vernon" <contact@gvernon.com>,
"Vishal Moola (Oracle)" <vishal.moola@gmail.com>
Subject: [PATCH mm-hotfixes 3/4] mm: vmalloc: Fix up vrealloc_node_align() kernel-doc macro name
Date: Fri, 19 Dec 2025 08:40:06 +0700 [thread overview]
Message-ID: <20251219014006.16328-5-bagasdotme@gmail.com> (raw)
In-Reply-To: <20251219014006.16328-2-bagasdotme@gmail.com>
Sphinx reports kernel-doc warning:
WARNING: ./mm/vmalloc.c:4284 expecting prototype for vrealloc_node_align_noprof(). Prototype was for vrealloc_node_align() instead
Fix the macro name in vrealloc_node_align_noprof() kernel-doc comment.
Fixes: 4c5d3365882dbb ("mm/vmalloc: allow to set node and align in vrealloc")
Reviewed-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
mm/vmalloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 41dd01e8430c54..628f96e83b1187 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -4248,7 +4248,7 @@ void *vzalloc_node_noprof(unsigned long size, int node)
EXPORT_SYMBOL(vzalloc_node_noprof);
/**
- * vrealloc_node_align_noprof - reallocate virtually contiguous memory; contents
+ * vrealloc_node_align - reallocate virtually contiguous memory; contents
* remain unchanged
* @p: object to reallocate memory for
* @size: the size to reallocate
--
An old man doll... just what I always wanted! - Clara
next prev parent reply other threads:[~2025-12-19 1:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-19 1:40 [PATCH mm-hotfixes 0/4] mm kernel-doc fixes Bagas Sanjaya
2025-12-19 1:40 ` [PATCH mm-hotfixes 1/4] mm: Describe @flags parameter in memalloc_flags_save() Bagas Sanjaya
2025-12-19 1:40 ` [PATCH mm-hotfixes 2/4] textsearch: Describe @list member in ts_ops search Bagas Sanjaya
2025-12-19 1:40 ` Bagas Sanjaya [this message]
2025-12-19 1:40 ` [PATCH mm-hotfixes 4/4] mm, kfence: Describe @slab parameter in __kfence_obj_info() Bagas Sanjaya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251219014006.16328-5-bagasdotme@gmail.com \
--to=bagasdotme@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=christian.koenig@amd.com \
--cc=contact@gvernon.com \
--cc=david@kernel.org \
--cc=dengshaomin@cdjrlc.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=dvyukov@google.com \
--cc=elver@google.com \
--cc=glider@google.com \
--cc=hanchunchao@inspur.com \
--cc=harry.yoo@oracle.com \
--cc=kent.overstreet@linux.dev \
--cc=linaro-mm-sig@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lorenzo.stoakes@oracle.com \
--cc=max.kellermann@ionos.com \
--cc=nysal@linux.ibm.com \
--cc=peterz@infradead.org \
--cc=ryan.roberts@arm.com \
--cc=sumit.semwal@linaro.org \
--cc=swarajgaikwad1925@gmail.com \
--cc=urezki@gmail.com \
--cc=vbabka@suse.cz \
--cc=vishal.moola@gmail.com \
--cc=vitaly.wool@konsulko.se \
--cc=yuanjilin@cdjrlc.com \
--cc=zhumao001@208suo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox