From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.mei.co.jp ([133.183.100.20]:53290 "EHLO smtp.mei.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932145AbaFJBxV (ORCPT ); Mon, 9 Jun 2014 21:53:21 -0400 Date: Tue, 10 Jun 2014 10:53:08 +0900 From: Masahiro Yamada Subject: Re: [PATCH] kbuild: trivial - use tabs for code indent where possible In-Reply-To: <53962E47.9030204@suse.cz> References: <1401340264-15507-1-git-send-email-yamada.m@jp.panasonic.com> <53962E47.9030204@suse.cz> Message-Id: <20140610105308.95F4.AA925319@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Michal Marek Cc: linux-kbuild@vger.kernel.org Hi Michal, On Mon, 09 Jun 2014 23:59:35 +0200 Michal Marek wrote: > Dne 29.5.2014 07:11, Masahiro Yamada napsal(a): > > scripts/kconfig/zconf.l | 4 +-- > > scripts/kconfig/zconf.y | 2 +- > > Please also update the _shipped files. Do you mean, fix the corresponding indents in zconf.lex.c_shipped and zconf.tab.c_shipped by hand? Or regenerate them with flex and bison? I just tried: flex -L -Pzconf -o scripts/kconfig/zconf.lex.c_shipped scripts/kconfig/zconf.l bison -l -o scripts/kconfig/zconf.tab.c_shipped scripts/kconfig/zconf.y (Correct?) But it introduced much more diffs and I am hesitating to do it. The current zconf.tab.c_shipped was generated by Bison 2.5. But I am using Bison 3.0.2. If I need to regenerate _shipped, it would be better to do it in a separete patch. Anyway, I think updating indents by hand would be easier and safer. Please advise me. Best Regards Masahiro Yamada