From 8a0fc50917eefd6d0ffb3e0c6fd61a496754c662 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Thu, 31 Dec 2020 22:04:32 +0000 Subject: [PATCH] kfence: Fix parameter description for kfence_object_start() Describe parameter @addr correctly by delimiting with ':'. Link: https://lkml.kernel.org/r/20201106092149.GA2851373@elver.google.com Signed-off-by: Marco Elver Reviewed-by: Alexander Potapenko Reported-by: Stephen Rothwell Signed-off-by: Andrew Morton --- include/linux/kfence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/kfence.h b/include/linux/kfence.h index ed2d48acdafe..e1f984697d06 100644 --- a/include/linux/kfence.h +++ b/include/linux/kfence.h @@ -125,7 +125,7 @@ size_t kfence_ksize(const void *addr); /** * kfence_object_start() - find the beginning of a KFENCE object - * @addr - address within a KFENCE-allocated object + * @addr: address within a KFENCE-allocated object * * Return: address of the beginning of the object. * -- 2.50.1