Re: [PATCH 02/13] atomics/treewide: remove redundant atomic_inc_not_zero() definitions

From: Mark Rutland
Date: Thu May 24 2018 - 03:34:09 EST


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.