Searched hist:a4663911392efdc504ce97b192d46f2677a6fe35 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/kconfig/ |
H A D | confdata.c | diff a4663911392efdc504ce97b192d46f2677a6fe35 Wed Mar 16 21:27:27 CET 2016 Paul Bolle <pebolle@tiscali.nl> kconfig: add unexpected data itself to warning
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
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Michal Marek <mmarek@suse.com>
|