Re: [PATCH v2] lib: fix incomplete comment in refcount_dec_and_lock_irqsave()

From: linmiaohe
Date: Mon Sep 21 2020 - 07:41:41 EST


Will Deacon <will@xxxxxxxxxx> wrote:
> On Mon, Sep 21, 2020 at 07:23:58AM -0400, Miaohe Lin wrote:
>> The description of arg flags is incomplete. The flags is saved
>> IRQ-flags when the @lock is acquired.
>>
>> + * @flags: saved IRQ-flags if the is @lock acquired
>
>This still isn't quite right. If we go with:
>
> @flags: saved IRQ-flags if @lock is acquired
>

This is what I mean to do... Sorry for this overlook.

>then:
>
>Acked-by: Will Deacon <will@xxxxxxxxxx>
>
>Will

Thanks for acked-by tag and kindly reply.