Re: [PATCH v3] xtensa: atomics: drop kernel-doc comments
From: Max Filippov
Date: Fri Sep 04 2026 - 00:43:09 EST
On Sun, Aug 30, 2026 at 8:29 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> The arch-specific kernel-doc comments were supposed to be deleted in
> commit: ef558b4b7bbb
> ("locking/atomic: treewide: delete arch_atomic_*() kerneldoc"), [1]
> but these were missed, so delete them now.
>
> Warning: ./arch/xtensa/include/asm/atomic.h:45 expecting prototype for
> atomic_read(). Prototype was for arch_atomic_read() instead
> Warning: ./arch/xtensa/include/asm/atomic.h:54 expecting prototype for
> atomic_set(). Prototype was for arch_atomic_set() instead
>
> Link [1]:
> https://lore.kernel.org/all/al3q54jxOKZujYue@xxxxxxxxxxxxxxxxxxxxxxxxxxxx/
> Fixes: ef558b4b7bbb ("locking/atomic: treewide: delete arch_atomic_*() kerneldoc")
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Acked-by: Mark Rutland <mark.rutland@xxxxxxx>
> ---
> v2: drop the arch-specific kernel-doc comments (Mark R.)
> v3: rebase & resend
>
> Cc: Chris Zankel <chris@xxxxxxxxxx>
> Cc: Max Filippov <jcmvbkbc@xxxxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Cc: Boqun Feng <boqun@xxxxxxxxxx>
> Cc: Mark Rutland <mark.rutland@xxxxxxx>
> Cc: Gary Guo <gary@xxxxxxxxxxx>
>
> arch/xtensa/include/asm/atomic.h | 13 -------------
> 1 file changed, 13 deletions(-)
Applied to my xtensa tree.
--
Thanks.
-- Max