提交 0db10c8e 编写于 作者: B Borislav Petkov 提交者: Jiri Kosina

krealloc: Fix kernel-doc comment

It should say "@new_size" and not "@size". Correct that.
Signed-off-by: NBorislav Petkov <borislav.petkov@amd.com>
Cc: trivial@kernel.org
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 99dbb163
......@@ -145,7 +145,7 @@ EXPORT_SYMBOL(__krealloc);
*
* The contents of the object pointed to are preserved up to the
* lesser of the new and old sizes. If @p is %NULL, krealloc()
* behaves exactly like kmalloc(). If @size is 0 and @p is not a
* behaves exactly like kmalloc(). If @new_size is 0 and @p is not a
* %NULL pointer, the object pointed to is freed.
*/
void *krealloc(const void *p, size_t new_size, gfp_t flags)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册