From: Colin Ian King Date: Mon, 12 Jan 2015 13:18:26 +0000 (+0000) Subject: kconfig: use va_end to match corresponding va_start X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a2ab2cd4739a9573ed41677e53171987b8da34;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed