Will Deacon <w...@kernel.org> 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 <w...@kernel.org> > >Will Thanks for acked-by tag and kindly reply.