From patchwork Fri May 21 16:45:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Smith, Stan" X-Patchwork-Id: 101451 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4LGj7Hf025897 for ; Fri, 21 May 2010 16:45:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758213Ab0EUQpG (ORCPT ); Fri, 21 May 2010 12:45:06 -0400 Received: from mga14.intel.com ([143.182.124.37]:13104 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755950Ab0EUQpF convert rfc822-to-8bit (ORCPT ); Fri, 21 May 2010 12:45:05 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 21 May 2010 09:45:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.53,279,1272870000"; d="scan'208";a="279913485" Received: from orsmsx604.amr.corp.intel.com ([10.22.226.87]) by azsmga001.ch.intel.com with ESMTP; 21 May 2010 09:45:04 -0700 Received: from orsmsx501.amr.corp.intel.com ([10.22.226.209]) by orsmsx604.amr.corp.intel.com ([10.250.113.17]) with mapi; Fri, 21 May 2010 09:45:04 -0700 From: "Smith, Stan" To: Sasha Khapyorsky CC: "ofw@lists.openfabrics.org" , "linux-rdma@vger.kernel.org" Date: Fri, 21 May 2010 09:45:03 -0700 Subject: [PATCH] opensm/complib use portable macro syntax Thread-Topic: [PATCH] opensm/complib use portable macro syntax Thread-Index: Acr5BPYIIEjHiLHLRCmUL13Uo8oMJQ== Message-ID: <3F6F638B8D880340AB536D29CD4C1E192562EBBAE9@orsmsx501.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 21 May 2010 16:45:07 +0000 (UTC) diff --git a/opensm/complib/cl_event_wheel.c b/opensm/complib/cl_event_wheel.c index ef6d598..eb894a6 100644 --- a/opensm/complib/cl_event_wheel.c +++ b/opensm/complib/cl_event_wheel.c @@ -42,7 +42,7 @@ #include #include -#define CL_DBG(fmt, arg...) +#define CL_DBG(fmt, ...) static cl_status_t __event_will_age_before(IN const cl_list_item_t * const p_list_item, IN void *context)