]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerMichal Marek <mmarek@suse.cz>
Tue, 27 Jan 2015 15:52:43 +0000 (16:52 +0100)
commitbd4daeca460115a001c82ade628ec9c506d2eaab
tree4e6ac17be1d518a43e1da01d46e6e628b375c909
parent7af1cace55f353a18c0fbd3b716f53f977633c74
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>
scripts/kconfig/confdata.c