commit | b6a2ab2cd4739a9573ed41677e53171987b8da34 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jan 12 13:18:26 2015 +0000 |
committer | Michal Marek <mmarek@suse.cz> | Tue Jan 27 16:52:43 2015 +0100 |
tree | 4e6ac17be1d518a43e1da01d46e6e628b375c909 | |
parent | 09950bc256e3628d275f90e016e6f5a039fbdcab [diff] |
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>