From b4e7724e69eabaac9efe2be1494d5d690f316115 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Fri, 22 Jan 2021 09:18:32 +0000 Subject: [PATCH] FROMGIT: 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 Bug: 177201466 (cherry picked from commit 65f5b471bfd099a54862e14a895724e982a381c9 https://github.com/hnaz/linux-mm v5.11-rc4-mmots-2021-01-21-20-10) Test: CONFIG_KFENCE_KUNIT_TEST=y passes on Cuttlefish Signed-off-by: Alexander Potapenko Change-Id: Ieb71f57f82351eaaabd3c63cd52e97fbfbfca2f1 --- 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. *