[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250512104115.KcF7Ct_u@linutronix.de>
Date: Mon, 12 May 2025 12:41:15 +0200
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To: Leonardo Bras <leobras@...hat.com>
Cc: Jakub Kicinski <kuba@...nel.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Alexei Starovoitov <ast@...nel.org>,
Vlastimil Babka <vbabka@...e.cz>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 1/1] local_lock: Minor improvements of
local_trylock*() documentation
On 2025-05-05 14:02:44 [-0300], Leonardo Bras wrote:
> Fix local_trylock_init() documentation, as it was mentioning the non-try
> helper instead, and use the opportunity to make clear the try_lock*() needs
> to receive a local_trylock_t variable as parameter.
>
> Signed-off-by: Leonardo Bras <leobras@...hat.com>
…
> --- a/include/linux/local_lock.h
> +++ b/include/linux/local_lock.h
> @@ -45,38 +45,38 @@
> /**
> * local_unlock_irqrestore - Release a per CPU local lock and restore
> * interrupt flags
> * @lock: The lock variable
> * @flags: Interrupt flags to restore
> */
> #define local_unlock_irqrestore(lock, flags) \
> __local_unlock_irqrestore(lock, flags)
>
> /**
> - * local_lock_init - Runtime initialize a lock instance
> + * local_trylock_init - Runtime initialize a local_trylock instance
If you replace "lock instance" please use local_trylock_t instead
"local_trylock"
Other than that,
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
> */
> #define local_trylock_init(lock) __local_trylock_init(lock)
…
Sebastian
Powered by blists - more mailing lists