From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGSQl-0001Cz-8n for qemu-devel@nongnu.org; Mon, 02 Sep 2013 07:36:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGSQg-00087M-EW for qemu-devel@nongnu.org; Mon, 02 Sep 2013 07:36:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGSQg-00087D-7Q for qemu-devel@nongnu.org; Mon, 02 Sep 2013 07:36:22 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r82BaL2w015340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 2 Sep 2013 07:36:21 -0400 Message-ID: <1378121779.14555.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 02 Sep 2013 13:36:19 +0200 In-Reply-To: <1378115620-13187-1-git-send-email-cfergeau@redhat.com> References: <1378115620-13187-1-git-send-email-cfergeau@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spice-core: Use g_strdup_printf instead of snprintf List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christophe Fergeau Cc: qemu-devel@nongnu.org On Mo, 2013-09-02 at 11:53 +0200, Christophe Fergeau wrote: > Several places in spice-core.c were using either g_malloc+snprintf > or snprintf+g_strdup to achieve the same result as g_strdup_printf. Patch looks good but fails checkpatch.pl due to long lines. cheers, Gerd