Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941238AbcKXTn3 (ORCPT ); Thu, 24 Nov 2016 14:43:29 -0500 Received: from mail-oi0-f47.google.com ([209.85.218.47]:33251 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936515AbcKXTn1 (ORCPT ); Thu, 24 Nov 2016 14:43:27 -0500 MIME-Version: 1.0 In-Reply-To: <20161124091140.GB24138@quack2.suse.cz> References: <1479926662-21718-1-git-send-email-ross.zwisler@linux.intel.com> <1479926662-21718-3-git-send-email-ross.zwisler@linux.intel.com> <20161124091140.GB24138@quack2.suse.cz> From: Dan Williams Date: Thu, 24 Nov 2016 11:42:38 -0800 Message-ID: Subject: Re: [PATCH 2/6] dax: remove leading space from labels To: Jan Kara Cc: Ross Zwisler , "linux-kernel@vger.kernel.org" , Alexander Viro , Andrew Morton , Christoph Hellwig , Dave Chinner , Ingo Molnar , Matthew Wilcox , Steven Rostedt , linux-ext4 , linux-fsdevel , Linux MM , "linux-nvdimm@lists.01.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 750 Lines: 20 On Thu, Nov 24, 2016 at 1:11 AM, Jan Kara wrote: > On Wed 23-11-16 11:44:18, Ross Zwisler wrote: >> No functional change. >> >> As of this commit: >> >> commit 218dd85887da (".gitattributes: set git diff driver for C source code >> files") >> >> git-diff and git-format-patch both generate diffs whose hunks are correctly >> prefixed by function names instead of labels, even if those labels aren't >> indented with spaces. > > Fine by me. I just have some 4 remaining DAX patches (will send them out > today) and they will clash with this. So I'd prefer if this happened after > they are merged... Let's just leave them alone, it's not like this thrash buys us anything at this point. We can just stop including spaces in new code.