linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Andrey Konovalov <andreyknvl@gmail.com>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-mm@kvack.org, Andrey Ryabinin <ryabinin.a.a@gmail.com>,
	 Alexander Potapenko <glider@google.com>,
	Dmitry Vyukov <dvyukov@google.com>,
	 Vincenzo Frascino <vincenzo.frascino@arm.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	 kasan-dev@googlegroups.com
Subject: Re: [PATCH] kasan: use correct kernel-doc format
Date: Sat, 11 Jan 2025 14:18:48 +0100	[thread overview]
Message-ID: <CA+fCnZeTQQ6dCY8Fu6PwDwaj1DrGR3CJVQO+Xi_xMbTf-xta_A@mail.gmail.com> (raw)
In-Reply-To: <20250111063249.910975-1-rdunlap@infradead.org>

On Sat, Jan 11, 2025 at 7:32 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Use the correct kernel-doc character following function parameters
> or struct members (':' instead of '-') to eliminate kernel-doc
> warnings.
>
> kasan.h:509: warning: Function parameter or struct member 'addr' not described in 'kasan_poison'
> kasan.h:509: warning: Function parameter or struct member 'size' not described in 'kasan_poison'
> kasan.h:509: warning: Function parameter or struct member 'value' not described in 'kasan_poison'
> kasan.h:509: warning: Function parameter or struct member 'init' not described in 'kasan_poison'
> kasan.h:522: warning: Function parameter or struct member 'addr' not described in 'kasan_unpoison'
> kasan.h:522: warning: Function parameter or struct member 'size' not described in 'kasan_unpoison'
> kasan.h:522: warning: Function parameter or struct member 'init' not described in 'kasan_unpoison'
> kasan.h:539: warning: Function parameter or struct member 'address' not described in 'kasan_poison_last_granule'
> kasan.h:539: warning: Function parameter or struct member 'size' not described in 'kasan_poison_last_granule'
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
> Cc: Alexander Potapenko <glider@google.com>
> Cc: Andrey Konovalov <andreyknvl@gmail.com>
> Cc: Dmitry Vyukov <dvyukov@google.com>
> Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: kasan-dev@googlegroups.com
> ---
>  mm/kasan/kasan.h |   18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>
> --- linux-next-20250108.orig/mm/kasan/kasan.h
> +++ linux-next-20250108/mm/kasan/kasan.h
> @@ -501,18 +501,18 @@ static inline bool kasan_byte_accessible
>
>  /**
>   * kasan_poison - mark the memory range as inaccessible
> - * @addr - range start address, must be aligned to KASAN_GRANULE_SIZE
> - * @size - range size, must be aligned to KASAN_GRANULE_SIZE
> - * @value - value that's written to metadata for the range
> - * @init - whether to initialize the memory range (only for hardware tag-based)
> + * @addr: range start address, must be aligned to KASAN_GRANULE_SIZE
> + * @size: range size, must be aligned to KASAN_GRANULE_SIZE
> + * @value: value that's written to metadata for the range
> + * @init: whether to initialize the memory range (only for hardware tag-based)
>   */
>  void kasan_poison(const void *addr, size_t size, u8 value, bool init);
>
>  /**
>   * kasan_unpoison - mark the memory range as accessible
> - * @addr - range start address, must be aligned to KASAN_GRANULE_SIZE
> - * @size - range size, can be unaligned
> - * @init - whether to initialize the memory range (only for hardware tag-based)
> + * @addr: range start address, must be aligned to KASAN_GRANULE_SIZE
> + * @size: range size, can be unaligned
> + * @init: whether to initialize the memory range (only for hardware tag-based)
>   *
>   * For the tag-based modes, the @size gets aligned to KASAN_GRANULE_SIZE before
>   * marking the range.
> @@ -530,8 +530,8 @@ bool kasan_byte_accessible(const void *a
>  /**
>   * kasan_poison_last_granule - mark the last granule of the memory range as
>   * inaccessible
> - * @addr - range start address, must be aligned to KASAN_GRANULE_SIZE
> - * @size - range size
> + * @address: range start address, must be aligned to KASAN_GRANULE_SIZE
> + * @size: range size
>   *
>   * This function is only available for the generic mode, as it's the only mode
>   * that has partially poisoned memory granules.

Reviewed-by: Andrey Konovalov <andreyknvl@gmail.com>

Thank you!


      reply	other threads:[~2025-01-11 13:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11  6:32 Randy Dunlap
2025-01-11 13:18 ` Andrey Konovalov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+fCnZeTQQ6dCY8Fu6PwDwaj1DrGR3CJVQO+Xi_xMbTf-xta_A@mail.gmail.com \
    --to=andreyknvl@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=dvyukov@google.com \
    --cc=glider@google.com \
    --cc=kasan-dev@googlegroups.com \
    --cc=linux-mm@kvack.org \
    --cc=rdunlap@infradead.org \
    --cc=ryabinin.a.a@gmail.com \
    --cc=vincenzo.frascino@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox