git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce2c1e
)
kconfig: add more S_INT and S_HEX consistency checks
author
Arnaud Lacombe
<lacombar@gmail.com>
Sun, 5 Dec 2010 06:29:25 +0000
(
01:29
-0500)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 15 Dec 2010 22:15:32 +0000
(23:15 +0100)
This patch add more number consistency checkg, trying to catch the following
situation:
config FOO0
hex
default 42
config FOO1
string
config BAR0
int
default FOO1
config BAR1
hex
default FOO1
config FOO2
hex
default 42h
config FOO3
int
default "1bar"
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
No differences found