kconfig: use va_end to match corresponding va_start
authorColin Ian King <colin.king@canonical.com>
Mon, 12 Jan 2015 13:18:26 +0000 (13:18 +0000)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 20 May 2015 12:07:26 +0000 (14:07 +0200)
commit93bd65e141e01c6cee1418044bab688a76f19db7
treeb21cad1504dacaefe2ab28636196f8f864f156cb
parent81112c202905bfee53055864d24aae8dcd9a7652
kconfig: use va_end to match corresponding va_start

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>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/confdata.c