From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kelley Nielsen Subject: [PATCH 0/4] Compliance with new coding style Date: Sun, 10 Nov 2013 23:08:23 -0800 Message-ID: <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: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org 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