Re: [PATCH] kconfig: use va_end to match corresponding va_start

From: Michal Marek
Date: Tue Jan 27 2015 - 10:59:47 EST


On 2015-01-12 14:18, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>

Applied to kbuild.git#kconfig, thanks.

Michal

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/