From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72E5CECDE20 for ; Thu, 12 Sep 2019 08:15:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4978520650 for ; Thu, 12 Sep 2019 08:15:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730031AbfILIPm (ORCPT ); Thu, 12 Sep 2019 04:15:42 -0400 Received: from smtprelay0133.hostedemail.com ([216.40.44.133]:36190 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728582AbfILIPm (ORCPT ); Thu, 12 Sep 2019 04:15:42 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay05.hostedemail.com (Postfix) with ESMTP id ABE5E1801585D; Thu, 12 Sep 2019 08:15:40 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: help45_1436e6ec66121 X-Filterd-Recvd-Size: 2134 Received: from XPS-9350.home (unknown [47.151.152.152]) (Authenticated sender: joe@perches.com) by omf13.hostedemail.com (Postfix) with ESMTPA; Thu, 12 Sep 2019 08:15:38 +0000 (UTC) Message-ID: Subject: Re: [PATCH 00/13] nvdimm: Use more common kernel coding style From: Joe Perches To: Dan Williams , Miguel Ojeda Cc: linux-nvdimm , Dan Carpenter , Vishal Verma , Dave Jiang , Keith Busch , Ira Weiny , Oliver O'Halloran , Linux Kernel Mailing List Date: Thu, 12 Sep 2019 01:15:37 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.32.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-09-12 at 01:00 -0700, Dan Williams wrote: > Hi Joe, > > On Wed, Sep 11, 2019 at 7:55 PM Joe Perches wrote: > > Rather than have a local coding style, use the typical kernel style. > > I'd rather automate this. I'm going to do once-over with clang-format > and see what falls out. I am adding Miguel Ojeda to the cc's. Of course you are welcome to try it, but I believe that clang-format doesn't work all that well yet. It's more a work in progress rather than a "standard". I believe you'll find that the patch series I sent ends up with a rather more typical kernel style. I suggest you try to apply the series I sent and then run clang-format on that and see the differences. Ideally one day, something tool like clang-format might be locally applied by every developer for their own personal style with some other neutral style the content actually distributed. cheers, Joe