From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor.suse.de ([195.135.220.2]:42048 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753973AbZLAQMY (ORCPT ); Tue, 1 Dec 2009 11:12:24 -0500 Message-ID: <4B15406D.6010800@suse.cz> Date: Tue, 01 Dec 2009 17:12:29 +0100 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCHv2] unifdef: update to upstream revision 1.190 References: <4B151704.7020102@suse.cz> <20091127210408.GA16310@merkur.ravnborg.org> <20091127181749.GA16177@merkur.ravnborg.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Tony Finch Cc: Sam Ravnborg , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Andrew Morton , Joe Perches , Russell King , "Justin P. Mattock" On 27.11.2009 16:50, Tony Finch wrote: > Fix handling of input files (e.g. with no newline at EOF) that could > make unifdef get into an unexpected state and call abort(). > > The new -B option compresses blank lines around a deleted section > so that blank lines around "paragraphs" of code don't get doubled. > > The evaluator can now handle macros with arguments, and unbracketed > arguments to the "defined" operator. > > Add myself to MAINTAINERS for unifdef. > > Obtained-from: http://dotat.at/prog/unifdef/ > Signed-off-by: Tony Finch > Acked-by: Sam Ravnborg Thanks, applied. I remove the Obtained-from: line because I didn't find prior use of it and you list your website in MAINTAINERS anyway. I assume Sam's ack still holds because the changes you mention are trivial. BTW, scripts/checkpatch.pl reports some coding style issues (mostly parentheses in return statements and opening braces directly after function declarations), but as this is not original kernel source but a copy of one file from another project, I think we should be lenient here. Michal