From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:41427 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753812AbbA0P7n (ORCPT ); Tue, 27 Jan 2015 10:59:43 -0500 Message-ID: <54C7B5EC.1070706@suse.cz> Date: Tue, 27 Jan 2015 16:59:40 +0100 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] kconfig: use va_end to match corresponding va_start References: <1421068706-3689-1-git-send-email-colin.king@canonical.com> In-Reply-To: <1421068706-3689-1-git-send-email-colin.king@canonical.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Colin King , "Yann E. MORIN" , linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org On 2015-01-12 14:18, Colin King wrote: > From: Colin Ian King > > 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 Applied to kbuild.git#kconfig, thanks. Michal