Re: [kconfig] results of some syntactical checks

2013-07-18 Thread Paul Bolle
On Wed, 2013-07-17 at 15:07 +0200, Martin Walch wrote: > All this can be avoided by quoting values, i. e. > > range "8260" "8272" > > and > > default "4711" Documentation/kbuild/kconfig-language.txt even states Constant symbols are always surrounded by single or double quotes.

Re: [kconfig] results of some syntactical checks

2013-07-17 Thread Martin Walch
On Wednesday 17 July 2013 01:18:00 Paul Bolle wrote: > On Wed, 2013-07-17 at 00:34 +0200, Martin Walch wrote: > > As I am working on yet another project for analyzing LKC's input files, I > > have some intermediate results from simple syntactical checks. > > Naive question: LKC? Sorry, I thought

Re: [kconfig] results of some syntactical checks

2013-07-16 Thread Paul Bolle
On Wed, 2013-07-17 at 01:18 +0200, Paul Bolle wrote: > On Wed, 2013-07-17 at 00:34 +0200, Martin Walch wrote: > > Symbol: M at > > drivers/usb/host/Kconfig:568:0 > > drivers/usb/misc/Kconfig:130:0 > > This looks odd. I think your checker doesn't like an uppercase M after > default. There

Re: [kconfig] results of some syntactical checks

2013-07-16 Thread Paul Bolle
On Wed, 2013-07-17 at 00:34 +0200, Martin Walch wrote: > As I am working on yet another project for analyzing LKC's input files, I > have > some intermediate results from simple syntactical checks. Naive question: LKC? > The results below are an excerpt from a run against tche current master.

[kconfig] results of some syntactical checks

2013-07-16 Thread Martin Walch
As I am working on yet another project for analyzing LKC's input files, I have some intermediate results from simple syntactical checks. The results below are an excerpt from a run against tche current master. If anyone is interested in the code (it's written in Java), please contact me. I plan