mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
fixdep: fix coding style in previous fix
Remove a double space introduced by my previous fixdep fix.
Fixes: 76ae74d348
("fixdep: fix CONFIG_IS_ENABLED etc. handling")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
@@ -266,7 +266,7 @@ static void parse_config_file(const char *p)
|
|||||||
(q - p == 9 && !memcmp(p, "IS_MODULE(", 10)) ||
|
(q - p == 9 && !memcmp(p, "IS_MODULE(", 10)) ||
|
||||||
(q - p == 3 && !memcmp(p, "VAL(", 4))) {
|
(q - p == 3 && !memcmp(p, "VAL(", 4))) {
|
||||||
p = q + 1;
|
p = q + 1;
|
||||||
q = p;
|
q = p;
|
||||||
while (isalnum(*q) || *q == '_')
|
while (isalnum(*q) || *q == '_')
|
||||||
q++;
|
q++;
|
||||||
r = q;
|
r = q;
|
||||||
|
Reference in New Issue
Block a user