]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
kfence: Fix parameter description for kfence_object_start()
authorMarco Elver <elver@google.com>
Thu, 31 Dec 2020 22:04:32 +0000 (22:04 +0000)
committerJohannes Weiner <hannes@cmpxchg.org>
Thu, 31 Dec 2020 22:04:32 +0000 (22:04 +0000)
Describe parameter @addr correctly by delimiting with ':'.

Link: https://lkml.kernel.org/r/20201106092149.GA2851373@elver.google.com
Signed-off-by: Marco Elver <elver@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/kfence.h

index ed2d48acdafec6c3973a512aabf74f103ca28042..e1f984697d067131310702aa4c0f5234f42af76c 100644 (file)
@@ -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.
  *