Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp3035678ybe; Sun, 8 Sep 2019 05:54:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqxd8m4SurQWfzPAA/0wA4Ifpdy4Ksl8tds0YPVEyROVIaeEivhlxOrpHRwZtJO92Ns599jP X-Received: by 2002:a17:906:5c16:: with SMTP id e22mr15385860ejq.14.1567947278452; Sun, 08 Sep 2019 05:54:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567947278; cv=none; d=google.com; s=arc-20160816; b=aCPAZ73TQv/8FQsrKX8w/4aI8n7jCkbzFxoRDhBLVQfWoXrYVDTha/QZpkgXMvaUYp qsPhf6fDSjbGF11yWM/4XRSmuCJPeg9Fn4yfK2rq2N7zGhDwSJCtjkPgqkCWcqrOWhFs MaLB2rPRzIX3+6ZeBeEghEjxKHzCMdmIBP4BIs+gAUXQ1Twn1le39Fmo1b4i2p4sXAwh 3NhlF2oZ5R2JFjNUlmb+bFWpglVm7soY/RR5Sm8tX3IVt7/DW4qAvJ53MjKStuESArNO eQkUDiBuT/eKpi+Hw52Mgdv193PGTLi/vyQIEKsi5qzKAU4hUoNpKLcMHYB4WxwkcnNi ADdw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:in-reply-to:cc:references:message-id :date:subject:mime-version:from:content-transfer-encoding; bh=EY12pPri70oe1stxPEtOvI1gBroQqdf7Tf5Rg/ugflE=; b=Ke5/Vb7xlAPHsPI9V+2mHWarTWLkz/MDbv4OELIaf+ByuCbfIAt9VjTsEF9zmtfeHV dPWENb5deBdp7U09wsKCpaqIDCBCnE+GVL9lMrPjBKyPnBEvfBUyeLd8zkbVWQQggNKG /ERLJyXg/t4K7BM/DgYBaHHH62JH8c9hyJxzZkYtIkgrmqRzcmAfbWjLm73p2HC95f2z I2wl6mlKnncLOGeFjl4bN5Zk6OjGvAvCPP8rEPji7F4x+h1UGHsRXQvvm+6jgPIXvspy 54oBG2cLcyjRVm1JVaT092t5ComQBoe3A7y0NqKa5beXydsN+E8IiTgqegE9NPCbS/fj fwnQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id sd24si5966261ejb.132.2019.09.08.05.54.15; Sun, 08 Sep 2019 05:54:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2436680AbfIGTvs convert rfc822-to-8bit (ORCPT + 99 others); Sat, 7 Sep 2019 15:51:48 -0400 Received: from mxout017.mail.hostpoint.ch ([217.26.49.177]:33572 "EHLO mxout017.mail.hostpoint.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404944AbfIGTvr (ORCPT ); Sat, 7 Sep 2019 15:51:47 -0400 Received: from [10.0.2.46] (helo=asmtp013.mail.hostpoint.ch) by mxout017.mail.hostpoint.ch with esmtp (Exim 4.92.2 (FreeBSD)) (envelope-from ) id 1i6gkH-000B0W-98; Sat, 07 Sep 2019 21:51:41 +0200 Received: from [213.55.224.80] (helo=[100.100.89.92]) by asmtp013.mail.hostpoint.ch with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2 (FreeBSD)) (envelope-from ) id 1i6gkG-00066A-PI; Sat, 07 Sep 2019 21:51:41 +0200 X-Authenticated-Sender-Id: sandro@volery.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT From: Sandro Volery Mime-Version: 1.0 (1.0) Subject: Re: [PATCH] Fixed most indent issues in tty_io.c Date: Sat, 7 Sep 2019 21:51:39 +0200 Message-Id: <9A23770B-49B8-4DB1-8B45-22F3650E0CB8@volery.com> References: Cc: Greg KH , linux-kernel@vger.kernel.org, jslaby@suse.com In-Reply-To: To: Joe Perches X-Mailer: iPhone Mail (17A5572a) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On 7 Sep 2019, at 21:27, Joe Perches wrote: > > On Sat, 2019-09-07 at 18:42 +0100, Greg KH wrote: >>> On Sat, Sep 07, 2019 at 07:35:42PM +0200, Sandro Volery wrote: >>> >>>>>> On 7 Sep 2019, at 19:29, Greg KH wrote: >>>>> On Sat, Sep 07, 2019 at 07:23:59PM +0200, Sandro Volery wrote: >>>>> Dear Greg, >>>>> I am pretty sure the issue was, that I did too many things at once. However, all the things I did are related to spaces / tabs, maybe that still works? >>>> >>>> >>>> >>>> For some reason you sent this only to me, which is a bit rude to >>>> everyone else on the mailing list. I'll be glad to respond if you >>>> resend it to everyone. >>> >>> I'm sorry, newbie here. I thought it'd be better to not annoy everyone with responses but learning things everyday I guess :) >> >> No problem, but you should also line-wrap your emails :) >> >>> I am pretty sure the issue with my patch was that there was too many changes, however all of them were spaces and tabs related, so I think this could be fine? >> >> As the bot said, break it out into "one patch per logical change", and >> "fix all whitespace issues" is not "one logical change". > > As long as git diff -w shows no difference and a compiled > object comparison before and after the change shows no > difference, I think it's fine. My thoughts, too. I didn't feel comfortable arguing as a newbie tho so I'll see what I can do once I get home. > > In fact, it avoid multiple commits where the only changes > are whitespace. > > >