[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180524082646.rvf3pi2htdeuwvel@salmiak>
Date: Thu, 24 May 2018 09:26:47 +0100
From: Mark Rutland <mark.rutland@....com>
To: linux-kernel@...r.kernel.org
Cc: Boqun Feng <boqun.feng@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Will Deacon <will.deacon@....com>
Subject: Re: [PATCH 02/13] atomics/treewide: remove redundant
atomic_inc_not_zero() definitions
On Wed, May 23, 2018 at 02:35:22PM +0100, Mark Rutland wrote:
> vWhen atomic_inc_not_zero(v) isn't defined, <linux/atomic.h> will define
> it as falling back to atomic_add_unless((v), 1, 0), so there's no need
> for arch code to do so.
Typo: s/vWhen/When/
I've fixed that up in the git branch.
Mark.
Powered by blists - more mailing lists