From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758035AbbFBKxT (ORCPT ); Tue, 2 Jun 2015 06:53:19 -0400 Received: from mail-la0-f51.google.com ([209.85.215.51]:33726 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753491AbbFBKxL (ORCPT ); Tue, 2 Jun 2015 06:53:11 -0400 From: Rasmus Villemoes To: Petr Mladek Cc: Joe Perches , Andy Whitcroft , linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH] checkpatch: Make the output better readable Organization: D03 References: <1433168737-17009-1-git-send-email-pmladek@suse.cz> <1433181762.4861.29.camel@perches.com> <20150602092643.GK3135@pathway.suse.cz> X-Hashcash: 1:20:150602:joe@perches.com::VLCwk8QWmkqZG085:001AjU X-Hashcash: 1:20:150602:apw@canonical.com::DIACuCG2h6bZktIy:0000000000000000000000000000000000000000000073c7 X-Hashcash: 1:20:150602:akpm@linux-foundation.org::E126z56UIpxItV+q:0000000000000000000000000000000000007VnZ X-Hashcash: 1:20:150602:pmladek@suse.cz::wmXHfRoW2I/nVw2E:008HDy X-Hashcash: 1:20:150602:linux-kernel@vger.kernel.org::n09PF2xV+Fi0aTS+:000000000000000000000000000000000Aqxu Date: Tue, 02 Jun 2015 12:53:07 +0200 In-Reply-To: <20150602092643.GK3135@pathway.suse.cz> (Petr Mladek's message of "Tue, 2 Jun 2015 11:26:43 +0200") Message-ID: <87y4k28jqk.fsf@rasmusvillemoes.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 02 2015, Petr Mladek wrote: > I sent a patch that helped me a lot with parsing. FWIW, me too. I've always been bothered by the empty line between the statistics line and the summary, and the lack of vertical separation before the output for the next file. Rasmus