From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 0/2] Convert libxl__sprintf(gc) to GCSPRINTF Date: Tue, 17 Nov 2015 15:34:30 +0000 Message-ID: <564B4906.1080404@citrix.com> References: <1447772928-12652-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZyiHD-0000nz-KN for xen-devel@lists.xenproject.org; Tue, 17 Nov 2015 15:34:35 +0000 In-Reply-To: <1447772928-12652-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Xen-devel Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 17/11/15 15:08, Wei Liu wrote: > There are mixed usage of libxl__sprintf(gc) and GCSPRINTF. Convert all > libxl__sprintf to GCSPRINTF. This looks like pointless churn /and/ GCSPRINTF is /less/ readable than libxl__sprintf(gc,...) because the reader now has to also look up what GCSPRINTF does. David