Re: [patches] [PATCH 2/9] RISC-V: Atomic and Locking Code

From: Palmer Dabbelt
Date: Mon Jul 10 2017 - 16:40:06 EST


On Fri, 07 Jul 2017 06:16:07 PDT (-0700), j.neuschaefer@xxxxxxx wrote:
> On Tue, Jul 04, 2017 at 12:50:55PM -0700, Palmer Dabbelt wrote:
> [...]
>> +/* These barries need to enforce ordering on both devices or memory. */
>
> Very minor nit: s/barries/barriers/ (in several places)

I think this should do it

https://github.com/riscv/riscv-linux/commit/b356e7a2223b5e21df424ea7e9900e5bf408762f

Thanks!