From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f96a2-0007vV-UI for qemu-devel@nongnu.org; Thu, 19 Apr 2018 06:14:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f96Zy-0006iS-Vs for qemu-devel@nongnu.org; Thu, 19 Apr 2018 06:14:18 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:43732 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f96Zy-0006iG-P8 for qemu-devel@nongnu.org; Thu, 19 Apr 2018 06:14:14 -0400 References: <20180419091105.3943-1-stefanha@redhat.com> <20180419091105.3943-4-stefanha@redhat.com> From: Thomas Huth Message-ID: Date: Thu, 19 Apr 2018 12:14:10 +0200 MIME-Version: 1.0 In-Reply-To: <20180419091105.3943-4-stefanha@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/5] checkpatch: ignore email headers better List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Peter Maydell , Markus Armbruster , Fam Zheng On 19.04.2018 11:11, Stefan Hajnoczi wrote: > From: Joe Perches > > There are some patches created by git format-patch that when scanned by > checkpatch report errors on lines like > > To: address.tld > > This is a checkpatch false positive. > > Improve the logic a bit to ignore folded email headers to avoid emitting > these messages. > > Signed-off-by: Joe Perches > Signed-off-by: Andrew Morton > Signed-off-by: Linus Torvalds > (cherry picked from commit 29ee1b0c67e0dd7dea8dd718e8326076bce5b6fe) > Signed-off-by: Stefan Hajnoczi > --- > scripts/checkpatch.pl | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Thomas Huth