From patchwork Mon Nov 16 18:43:03 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 60470 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAGIjiuD022525 for ; Mon, 16 Nov 2009 18:45:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753655AbZKPSpg (ORCPT ); Mon, 16 Nov 2009 13:45:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753639AbZKPSpg (ORCPT ); Mon, 16 Nov 2009 13:45:36 -0500 Received: from qmta05.westchester.pa.mail.comcast.net ([76.96.62.48]:35144 "EHLO QMTA05.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753470AbZKPSpg (ORCPT ); Mon, 16 Nov 2009 13:45:36 -0500 Received: from OMTA08.westchester.pa.mail.comcast.net ([76.96.62.12]) by QMTA05.westchester.pa.mail.comcast.net with comcast id 5pTl1d06u0Fqzac55ulisM; Mon, 16 Nov 2009 18:45:42 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA08.westchester.pa.mail.comcast.net with comcast id 5ulh1d00J0hNrtn3Uuli3E; Mon, 16 Nov 2009 18:45:42 +0000 Received: from hal.comcast.net (localhost.localdomain [127.0.0.1]) by hal.comcast.net (8.14.3/8.14.3) with ESMTP id nAGIhvaN002461; Mon, 16 Nov 2009 13:44:03 -0500 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id nAGIh32a002425; Mon, 16 Nov 2009 13:43:03 -0500 Date: Mon, 16 Nov 2009 13:43:03 -0500 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] opensm/libvendor/osm_vendor_ibumad.c: Cosmetic change to OSM_LOG message Message-ID: <20091116184303.GB2417@comcast.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/opensm/libvendor/osm_vendor_ibumad.c b/opensm/libvendor/osm_vendor_ibumad.c index 0f5a7ae..5ea79cb 100644 --- a/opensm/libvendor/osm_vendor_ibumad.c +++ b/opensm/libvendor/osm_vendor_ibumad.c @@ -353,7 +353,7 @@ static void *umad_receiver(void *p_ptr) OSM_LOG(p_vend->p_log, OSM_LOG_ERROR, "ERR 5412: " "Failed to obtain request madw for timed out MAD" - "(method=0x%X attr=0x%X tid=0x%"PRIx64") -- dropping\n", + " (method=0x%X attr=0x%X tid=0x%"PRIx64") -- dropping\n", mad->method, cl_ntoh16(mad->attr_id), cl_ntoh64(mad->trans_id)); } else {