Re: [PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none

2017-11-29 Thread Will Deacon
On Wed, Nov 29, 2017 at 09:12:14AM -0700, Jonathan Corbet wrote: > On Wed, 29 Nov 2017 15:20:03 + > Will Deacon wrote: > > > My bisect scripts starting running into build failures when trying to > > compile 4.15-rc1 with the builds failing with things like: > > > >

Re: [PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none

2017-11-29 Thread Will Deacon
On Wed, Nov 29, 2017 at 09:12:14AM -0700, Jonathan Corbet wrote: > On Wed, 29 Nov 2017 15:20:03 + > Will Deacon wrote: > > > My bisect scripts starting running into build failures when trying to > > compile 4.15-rc1 with the builds failing with things like: > > > >

Re: [PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none

2017-11-29 Thread Jonathan Corbet
On Wed, 29 Nov 2017 15:20:03 + Will Deacon wrote: > My bisect scripts starting running into build failures when trying to > compile 4.15-rc1 with the builds failing with things like: > > drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c:2078: error: Cannot >

Re: [PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none

2017-11-29 Thread Jonathan Corbet
On Wed, 29 Nov 2017 15:20:03 + Will Deacon wrote: > My bisect scripts starting running into build failures when trying to > compile 4.15-rc1 with the builds failing with things like: > > drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c:2078: error: Cannot > parse struct or union! >

[PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none

2017-11-29 Thread Will Deacon
My bisect scripts starting running into build failures when trying to compile 4.15-rc1 with the builds failing with things like: drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c:2078: error: Cannot parse struct or union! The line in question is actually just a #define, but after some

[PATCH 1/3] scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none

2017-11-29 Thread Will Deacon
My bisect scripts starting running into build failures when trying to compile 4.15-rc1 with the builds failing with things like: drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c:2078: error: Cannot parse struct or union! The line in question is actually just a #define, but after some