From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] doc: coding style: use linux kernel style for indentation Date: Tue, 13 Feb 2018 12:51:57 +0000 Message-ID: References: <1452671929-29617-1-git-send-email-yuanhan.liu@linux.intel.com> <20160113150708.GD7756@bricha3-MOBL3> <20160113084959.797beea5@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Bruce Richardson , DPDK , Thomas Monjalon To: Stephen Hemminger , Yuanhan Liu Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id DD58B1B1D4 for ; Tue, 13 Feb 2018 13:52:00 +0100 (CET) In-Reply-To: <20160113084959.797beea5@xeon-e3> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/13/2016 4:49 PM, stephen at networkplumber.org (Stephen Hemminger) wrote: > On Wed, 13 Jan 2016 15:07:08 +0000 > Bruce Richardson wrote: > >> So, while the two-tab indent may look "a bit weird" it does solve the two issues >> above. I believe practical benefits should override initial impressions. [It took >> me a while to get used to also, but now I very much like it as a style.] > > I don't think that deviating from kernel style for this case is justified. This is very old patch still sitting in patchwork, re-visiting it mainly to be able to clean the patchwork. This is a syntax change request and although I have my personal preferences I would be OK with whatever decided. Currently there is already a decided syntax, changing it after this point will cause either mixed usage or a big syntax cleanup patch. I think both are not good. I am for continue whatever documented in current DPDK coding style doc, hence NAK from my side. Thanks, ferruh