From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 0/4] Compliance with new coding style Date: Mon, 11 Nov 2013 12:54:00 +0000 Message-ID: <5280D368.5060208@citrix.com> References: <1384153707-24240-1-git-send-email-kelleynnn@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1384153707-24240-1-git-send-email-kelleynnn@gmail.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: Kelley Nielsen Cc: xen-devel@lists.xensource.com, Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org On 11/11/13 07:08, Kelley Nielsen wrote: > This patchset brings the file libxl_utils.c mostly into compliance > with the new coding style involving the convenience macros LOG, > LOGE, and GCSPRINTF. > > [PATCH 1/4] opw: libxl: use GCSPRINTF instead of libxl__sprintf > [PATCH 2/4] opw: libxl: use LOGE instead of LIBXL__LOG_ERRNO in > [PATCH 3/4] opw: libxl: use LOG and LOGE instead of LIBXL__LOG* in > [PATCH 4/4] opw: libxl: use LOG instead of LIBXL__LOG in I think you should drop the "opw:" prefix from the subject. David