From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kelley Nielsen Subject: [PATCH OPW 0/0] Resend of macro coding style fixes needing reindents Date: Mon, 11 Nov 2013 07:50:07 -0800 Message-ID: <1384185014-30342-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: anthony.perard@citrix.com, Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org These patches all use the convenience macros defined in libxl_internals.h to replace the old style. I've been asked to correct indentation errors that were present in the first versions and resend them all as a set. [PATCH OPW 1/7] libxl: Use new macro LOGE() in libxl_qmp.c [PATCH OPW 2/7] libxl: replace last invocation of LIBXL__LOG_ERROR [PATCH OPW 3/7] libxl: use GCSPRINTF in place of libxl_sprintf() in [PATCH OPW 4/7] libxl: use GCSPRINTF instead of libxl__sprintf [PATCH OPW 5/7] libxl: use LOGE instead of LIBXL__LOG_ERRNO in [PATCH OPW 6/7] libxl: use LOG and LOGE instead of LIBXL__LOG* in [PATCH OPW 7/7] libxl: use LOG instead of LIBXL__LOG in libxl_utils.c