summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2025-12-19 08:40:07 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-30 10:27:25 +0100
commit7602a67114cd55916af42f5094ca0aac7e14bade (patch)
tree834140691f49618924a65c6d5a6500132fd9d070 /include/linux
parentf332d75388ea518d7efd0ed028c19801de2b6949 (diff)
mm, kfence: describe @slab parameter in __kfence_obj_info()
[ Upstream commit 6cfab50e1440fde19af7c614aacd85e11aa4dcea ] Sphinx reports kernel-doc warning: WARNING: ./include/linux/kfence.h:220 function parameter 'slab' not described in '__kfence_obj_info' Fix it by describing @slab parameter. Link: https://lkml.kernel.org/r/20251219014006.16328-6-bagasdotme@gmail.com Fixes: 2dfe63e61cc3 ("mm, kfence: support kmem_dump_obj() for KFENCE objects") Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Acked-by: Marco Elver <elver@google.com> Acked-by: David Hildenbrand (Red Hat) <david@kernel.org> Acked-by: Harry Yoo <harry.yoo@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kfence.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kfence.h b/include/linux/kfence.h
index 401af4757514..90edba2e59f9 100644
--- a/include/linux/kfence.h
+++ b/include/linux/kfence.h
@@ -211,6 +211,7 @@ struct kmem_obj_info;
* __kfence_obj_info() - fill kmem_obj_info struct
* @kpp: kmem_obj_info to be filled
* @object: the object
+ * @slab: the slab
*
* Return:
* * false - not a KFENCE object