From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVZ62-0007fi-7l for qemu-devel@nongnu.org; Fri, 05 Aug 2016 02:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVZ5y-0004eg-4W for qemu-devel@nongnu.org; Fri, 05 Aug 2016 02:59:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVZ5x-0004ec-V8 for qemu-devel@nongnu.org; Fri, 05 Aug 2016 02:59:02 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (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 79D15793DD for ; Fri, 5 Aug 2016 06:59:01 +0000 (UTC) From: Markus Armbruster References: <1470224274-31522-1-git-send-email-armbru@redhat.com> <1470224274-31522-5-git-send-email-armbru@redhat.com> <57A3AB13.2080209@redhat.com> Date: Fri, 05 Aug 2016 08:58:59 +0200 In-Reply-To: <57A3AB13.2080209@redhat.com> (Eric Blake's message of "Thu, 4 Aug 2016 14:52:35 -0600") Message-ID: <87k2fv7lcc.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 4/4] error: Fix error_printf() calls lacking newlines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org Eric Blake writes: > On 08/03/2016 05:37 AM, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster >> --- >> hw/i386/pc.c | 2 +- >> kvm-all.c | 2 +- >> ui/vnc.c | 2 +- >> 3 files changed, 3 insertions(+), 3 deletions(-) >> > > I'm guessing these were found with a slight tweak to the Coccinelle > script in 1/4? Worth checking that in, or at least leaving a comment > bread-crumb? I simply examined all error_printf() calls. Only 49. If the problem persists, we may want to add a script to catch it. > Reviewed-by: Eric Blake Thanks!