Re: [PATCH v2] kconfig: add unexpected data itself to warning

2016-05-10 Thread Michal Marek
On Wed, Apr 27, 2016 at 09:20:17PM +0200, Paul Bolle wrote: > Hi Michal, > > On wo, 2016-03-16 at 21:27 +0100, Paul Bolle wrote: > > If the .config parser runs into unexpected data it emits warnings > > like: > > .config:6911:warning: unexpected data > > > > Add the unexpected data itself to

Re: [PATCH v2] kconfig: add unexpected data itself to warning

2016-04-27 Thread Paul Bolle
Hi Michal, On wo, 2016-03-16 at 21:27 +0100, Paul Bolle wrote: > If the .config parser runs into unexpected data it emits warnings > like: > .config:6911:warning: unexpected data > > Add the unexpected data itself to this warning. That makes it easier to > discover what is actually going wron

[PATCH v2] kconfig: add unexpected data itself to warning

2016-03-19 Thread Paul Bolle
If the .config parser runs into unexpected data it emits warnings like: .config:6911:warning: unexpected data Add the unexpected data itself to this warning. That makes it easier to discover what is actually going wrong: .config:6911:warning: unexpected data: CONFOG_CHARGER_TPS65217=m Si