Re: [PATCH 3/3] ARM: spinlock: use unified assembler language syntax

2018-12-30 Thread kbuild test robot
Hi Stefan, I love your patch! Yet something to improve: [auto build test ERROR on arm/for-next] [also build test ERROR on v4.20 next-20181224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ste

[PATCH 3/3] ARM: spinlock: use unified assembler language syntax

2018-12-30 Thread Stefan Agner
Convert the conditional infix to a postfix to make sure this inline assembly is unified syntax. Signed-off-by: Stefan Agner --- arch/arm/include/asm/spinlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/spinlock.h b/arch/arm/include/asm/spinlock.h in