Received: by 10.192.165.148 with SMTP id m20csp311944imm; Tue, 24 Apr 2018 23:11:18 -0700 (PDT) X-Google-Smtp-Source: AIpwx497LnPrtnERAu2BCX2TQzCcBmU9u0PX1tKNJ/li5gFJOH/7G0/iWUaSKO16X36bCgiHsmsN X-Received: by 10.99.0.200 with SMTP id 191mr22688688pga.33.1524636678296; Tue, 24 Apr 2018 23:11:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524636678; cv=none; d=google.com; s=arc-20160816; b=WepGwHMD3xvtCuVu+ffvQgPdaqIcy46j/a9D0oIjFktvZenxwjTGwgd4Khje3EsoDr QCypsVJmt+CvgRzSFIWVyNAjePfsuXby+cxq58/86y+euCkcJ+tnldSGdsqeUXV9qePk KFr8S2QD1SVFvoeROPjF9uk321Kv9U6lYncM+H0/7QwFH6OQnUmrh+1CNAXOxjI4Ke7D wN376/Ndr0VUKefMp3UpBeT6bDH1/PLhOO3tIdSM6VpSaYEFbhfVRnEa31bwYw1zHoEA UJZGtAfsyemOjoluAmeItiQHTDS+xtJr1Cf3P28eKZlORABRzHE/Ypz4O1JFXJ6IhWFD rdKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=LxPHCkS8jA1SAJfkNMDQPuHwBKKtedxUb5voaWdbirA=; b=lPdoZJxvshvDOWMm75U8PGb+BLuc8MgTschAgj951q/l/elwFniRsMyyg27RT1ygnm oCU7Nq01OHax4T+nUHoH6N/ebXHdlCq+wKFvZJFSoWCOizGgRi6jryOp6zQp2jVk4PQt mxV6Av2OvPeo3n6iVnrC21B29gSpDo9+5xl/oizlAcH+xLaxoaGT2SDkiTProWgBh0gl 8u3UTPZx46qI+nzuT3++QVgZqW2B7Lxuv4eT12ew7hezl1HHqdhA8n+Y2+ja5UMJ3Vvw 4hlaVutoAgivCmjv3NDtu6Uc4mGvQ8woefvN0rYmcWgAOiWF/OeXhD08cr1M7p5H+9+5 I7ng== 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 j16si12931609pgn.233.2018.04.24.23.11.03; Tue, 24 Apr 2018 23:11:18 -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 S1751323AbeDYGJk (ORCPT + 99 others); Wed, 25 Apr 2018 02:09:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59912 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbeDYGJi (ORCPT ); Wed, 25 Apr 2018 02:09:38 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id F31E52C; Wed, 25 Apr 2018 06:09:37 +0000 (UTC) Date: Wed, 25 Apr 2018 08:09:31 +0200 From: Greg Kroah-Hartman To: Joey Pabalinas Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Jiri Slaby Subject: Re: [PATCH v3 1/2] tty/nozomi: cleanup DUMP() macro Message-ID: <20180425060931.GA595@kroah.com> References: <58b559776732f0fc14b1c30ec7da6fc27c3f1cc8.1524606061.git.joeypabalinas@gmail.com> <20180425053848.GB30843@kroah.com> <20180425054530.gifahvwftdbjuo7x@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180425054530.gifahvwftdbjuo7x@gmail.com> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 24, 2018 at 07:45:30PM -1000, Joey Pabalinas wrote: > On Wed, Apr 25, 2018 at 07:38:48AM +0200, Greg Kroah-Hartman wrote: > > How are you sending these patches? How are you creating them? What is > > taking part of the diffstat off and just leaving that line? > > Hm, my `git format-patch` alias included --shortstat for some odd reason, > very sorry about that. > > Going to resend. Ah, never seen that before. Just use the defaults and you should be fine. Having the normal diffstat is good. thanks, greg k-h