diff options
author | Colin Ian King <colin.king@canonical.com> | 2015-01-12 13:18:26 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-01-27 16:52:43 +0100 |
commit | b6a2ab2cd4739a9573ed41677e53171987b8da34 (patch) | |
tree | 4e6ac17be1d518a43e1da01d46e6e628b375c909 /security | |
parent | 09950bc256e3628d275f90e016e6f5a039fbdcab (diff) | |
download | linux-b6a2ab2cd4739a9573ed41677e53171987b8da34.tar.bz2 |
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>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions