Re: [PATCH] mfd: stmfx: Fix macro definition spelling

2019-06-13 Thread Nathan Chancellor
On Tue, May 14, 2019 at 07:54:04PM +0100, Lee Jones wrote: > On Tue, 14 May 2019, Nathan Chancellor wrote: > > > On Mon, May 13, 2019 at 08:30:59AM +0100, Lee Jones wrote: > > > On Fri, 10 May 2019, Nathan Chancellor wrote: > > > > > > > Clang warns: > > > > > > > > In file included from drivers

Re: [PATCH] mfd: stmfx: Fix macro definition spelling

2019-05-14 Thread Nathan Chancellor
On Tue, May 14, 2019 at 07:54:04PM +0100, Lee Jones wrote: > On Tue, 14 May 2019, Nathan Chancellor wrote: > > > On Mon, May 13, 2019 at 08:30:59AM +0100, Lee Jones wrote: > > > On Fri, 10 May 2019, Nathan Chancellor wrote: > > > > > > > Clang warns: > > > > > > > > In file included from drivers

Re: [PATCH] mfd: stmfx: Fix macro definition spelling

2019-05-14 Thread Lee Jones
On Tue, 14 May 2019, Nathan Chancellor wrote: > On Mon, May 13, 2019 at 08:30:59AM +0100, Lee Jones wrote: > > On Fri, 10 May 2019, Nathan Chancellor wrote: > > > > > Clang warns: > > > > > > In file included from drivers/mfd/stmfx.c:13: > > > include/linux/mfd/stmfx.h:7:9: warning: 'MFD_STMFX_H

Re: [PATCH] mfd: stmfx: Fix macro definition spelling

2019-05-14 Thread Nathan Chancellor
On Mon, May 13, 2019 at 08:30:59AM +0100, Lee Jones wrote: > On Fri, 10 May 2019, Nathan Chancellor wrote: > > > Clang warns: > > > > In file included from drivers/mfd/stmfx.c:13: > > include/linux/mfd/stmfx.h:7:9: warning: 'MFD_STMFX_H' is used as a > > header guard here, followed by #define of

Re: [PATCH] mfd: stmfx: Fix macro definition spelling

2019-05-13 Thread Lee Jones
On Fri, 10 May 2019, Nathan Chancellor wrote: > Clang warns: > > In file included from drivers/mfd/stmfx.c:13: > include/linux/mfd/stmfx.h:7:9: warning: 'MFD_STMFX_H' is used as a > header guard here, followed by #define of a different macro > [-Wheader-guard] > > Fixes: 06252ade9156 ("mfd: Add

Re: [PATCH] mfd: stmfx: Fix macro definition spelling

2019-05-13 Thread Amelie DELAUNAY
On 5/11/19 3:23 AM, Nathan Chancellor wrote: > Clang warns: > > In file included from drivers/mfd/stmfx.c:13: > include/linux/mfd/stmfx.h:7:9: warning: 'MFD_STMFX_H' is used as a > header guard here, followed by #define of a different macro > [-Wheader-guard] > > Fixes: 06252ade9156 ("mfd: Add ST

[PATCH] mfd: stmfx: Fix macro definition spelling

2019-05-10 Thread Nathan Chancellor
Clang warns: In file included from drivers/mfd/stmfx.c:13: include/linux/mfd/stmfx.h:7:9: warning: 'MFD_STMFX_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] Fixes: 06252ade9156 ("mfd: Add ST Multi-Function eXpander (STMFX) core driver") Link: https://