From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhCUJ-0005M8-Jt for qemu-devel@nongnu.org; Tue, 06 Sep 2016 05:16:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhCUE-0003PK-IB for qemu-devel@nongnu.org; Tue, 06 Sep 2016 05:16:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhCUE-0003P7-D6 for qemu-devel@nongnu.org; Tue, 06 Sep 2016 05:16:10 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 435DB3B3C2 for ; Tue, 6 Sep 2016 09:16:09 +0000 (UTC) Received: from [10.36.112.34] (ovpn-112-34.ams2.redhat.com [10.36.112.34]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u869G6cn004212 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 6 Sep 2016 05:16:08 -0400 References: <20160905192304.373180.22164@ex-std-node742.prod.rhcloud.com> <87oa41mlzf.fsf@fimbulvetr.bsc.es> From: Paolo Bonzini Message-ID: <0968a336-f276-633c-4d48-2e4fc81846be@redhat.com> Date: Tue, 6 Sep 2016 11:16:06 +0200 MIME-Version: 1.0 In-Reply-To: <87oa41mlzf.fsf@fimbulvetr.bsc.es> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Checkpatch false positives (Was: Re: [PATCH v2 0/6] hypertrace: Lightweight guest-to-QEMU trace channel) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 06/09/2016 11:11, Llu=C3=ADs Vilanova wrote: > no-reply writes: >> Checking PATCH 1/6: hypertrace: Add documentation... >> ERROR: trailing whitespace >> #109: FILE: docs/hypertrace.txt:92: >> + $ >=20 >> ERROR: trailing whitespace >> #110: FILE: docs/hypertrace.txt:93: >> + $ >=20 >> ERROR: trailing whitespace >> #117: FILE: docs/hypertrace.txt:100: >> + $ >=20 >> ERROR: trailing whitespace >> #123: FILE: docs/hypertrace.txt:106: >> + $ >=20 >> ERROR: trailing whitespace >> #130: FILE: docs/hypertrace.txt:113: >> + $ >=20 >> ERROR: trailing whitespace >> #154: FILE: docs/hypertrace.txt:137: >> + $ >=20 >> ERROR: trailing whitespace >> #156: FILE: docs/hypertrace.txt:139: >> + $ >=20 >> ERROR: trailing whitespace >> #160: FILE: docs/hypertrace.txt:143: >> + $ >=20 >> ERROR: trailing whitespace >> #171: FILE: docs/hypertrace.txt:154: >> + $ >=20 >> ERROR: trailing whitespace >> #181: FILE: docs/hypertrace.txt:164: >> + $ >=20 >> total: 10 errors, 0 warnings, 236 lines checked >=20 >> Your patch has style problems, please review. If any of these errors >> are false positives report them to the maintainer, see >> CHECKPATCH in MAINTAINERS. >=20 > The errors above are false positives. AFAIR, in .txt files empty lines = in code > examples need 4 white spaces to let the wiki properly render them as a = single > code example block. Right, can you make a patch for that? It should recognize exactly 4 patches and only apply to .txt and .md files. Paolo