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:
09950bc
)
kconfig: use va_end to match corresponding va_start
author
Colin Ian King
<colin.king@canonical.com>
Mon, 12 Jan 2015 13:18:26 +0000
(13:18 +0000)
committer
Michal Marek
<mmarek@suse.cz>
Tue, 27 Jan 2015 15:52:43 +0000
(16:52 +0100)
Although on some systems va_end is a no-op, it is good practice
to use va_end, especially since the manual states:
"Each invocation of va_start() must be matched by a corresponding
invocation of va_end() in the same function."
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/confdata.c
patch
|
blob
|
history
diff --cc
scripts/kconfig/confdata.c
Simple merge