Re: [PATCH] ASoC: Intel: KeemBay: Fix header guard

2020-07-01 Thread Mark Brown
On Tue, 16 Jun 2020 18:02:32 -0700, Nathan Chancellor wrote: > Clang warns: > > In file included from sound/soc/intel/keembay/kmb_platform.c:14: > sound/soc/intel/keembay/kmb_platform.h:9:9: warning: 'KMB_PLATFORM_H_' > is used as a header guard here, followed by #define of a different > macro

Re: [PATCH] ASoC: Intel: KeemBay: Fix header guard

2020-06-30 Thread Nick Desaulniers
On Tue, Jun 16, 2020 at 6:02 PM Nathan Chancellor wrote: > > Clang warns: > > In file included from sound/soc/intel/keembay/kmb_platform.c:14: > sound/soc/intel/keembay/kmb_platform.h:9:9: warning: 'KMB_PLATFORM_H_' > is used as a header guard here, followed by #define of a different > macro [

Re: [PATCH] ASoC: Intel: KeemBay: Fix header guard

2020-06-30 Thread Mark Brown
On Tue, Jun 30, 2020 at 02:04:41PM -0700, Nathan Chancellor wrote: > Ping? This is a rather trivial patch. Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and so on so unless there is some reason for urgency

Re: [PATCH] ASoC: Intel: KeemBay: Fix header guard

2020-06-30 Thread Nathan Chancellor
On Tue, Jun 16, 2020 at 06:02:32PM -0700, Nathan Chancellor wrote: > Clang warns: > > In file included from sound/soc/intel/keembay/kmb_platform.c:14: > sound/soc/intel/keembay/kmb_platform.h:9:9: warning: 'KMB_PLATFORM_H_' > is used as a header guard here, followed by #define of a different >

RE: [PATCH] ASoC: Intel: KeemBay: Fix header guard

2020-06-21 Thread Sia, Jee Heng
@vger.kernel.org; clang-built-li...@googlegroups.com; Nathan Chancellor Subject: [PATCH] ASoC: Intel: KeemBay: Fix header guard Clang warns: In file included from sound/soc/intel/keembay/kmb_platform.c:14: sound/soc/intel/keembay/kmb_platform.h:9:9: warning: 'KMB_PLATFORM_H_' is used as a he

[PATCH] ASoC: Intel: KeemBay: Fix header guard

2020-06-16 Thread Nathan Chancellor
Clang warns: In file included from sound/soc/intel/keembay/kmb_platform.c:14: sound/soc/intel/keembay/kmb_platform.h:9:9: warning: 'KMB_PLATFORM_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef KMB_PLATFORM_H_ ^~~ soun