linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kfence: Fix parameter description for kfence_object_start()
       [not found] <20201106172616.4a27b3b3@canb.auug.org.au>
@ 2020-11-06  9:21 ` Marco Elver
  2020-11-06 12:19   ` Alexander Potapenko
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Elver @ 2020-11-06  9:21 UTC (permalink / raw)
  To: Andrew Morton, Stephen Rothwell
  Cc: Alexander Potapenko, Linux Kernel Mailing List,
	Linux Next Mailing List, linux-mm, kasan-dev

Describe parameter @addr correctly by delimiting with ':'.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marco Elver <elver@google.com>
---
 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 98a97f9d43cd..76246889ecdb 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.29.2.222.g5d2a92d10f8-goog



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kfence: Fix parameter description for kfence_object_start()
  2020-11-06  9:21 ` [PATCH] kfence: Fix parameter description for kfence_object_start() Marco Elver
@ 2020-11-06 12:19   ` Alexander Potapenko
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Potapenko @ 2020-11-06 12:19 UTC (permalink / raw)
  To: Marco Elver
  Cc: Andrew Morton, Stephen Rothwell, Linux Kernel Mailing List,
	Linux Next Mailing List, Linux Memory Management List, kasan-dev

On Fri, Nov 6, 2020 at 10:21 AM Marco Elver <elver@google.com> wrote:
>
> Describe parameter @addr correctly by delimiting with ':'.
>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Marco Elver <elver@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>

> ---
>  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 98a97f9d43cd..76246889ecdb 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.29.2.222.g5d2a92d10f8-goog
>


-- 
Alexander Potapenko
Software Engineer

Google Germany GmbH
Erika-Mann-Straße, 33
80636 München

Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-06 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201106172616.4a27b3b3@canb.auug.org.au>
2020-11-06  9:21 ` [PATCH] kfence: Fix parameter description for kfence_object_start() Marco Elver
2020-11-06 12:19   ` Alexander Potapenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).