From patchwork Fri Oct 9 14:47:50 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 52745 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 n99Er1hP021499 for ; Fri, 9 Oct 2009 14:53:02 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933360AbZJIOtL (ORCPT ); Fri, 9 Oct 2009 10:49:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933205AbZJIOtL (ORCPT ); Fri, 9 Oct 2009 10:49:11 -0400 Received: from qmta07.westchester.pa.mail.comcast.net ([76.96.62.64]:59439 "EHLO QMTA07.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761023AbZJIOtJ (ORCPT ); Fri, 9 Oct 2009 10:49:09 -0400 Received: from OMTA18.westchester.pa.mail.comcast.net ([76.96.62.90]) by QMTA07.westchester.pa.mail.comcast.net with comcast id qcuu1c0021wpRvQ57eoaQT; Fri, 09 Oct 2009 14:48:34 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA18.westchester.pa.mail.comcast.net with comcast id qetT1c0030hNrtn3eetTZH; Fri, 09 Oct 2009 14:53:27 +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 n99EngAM017918; Fri, 9 Oct 2009 10:49:47 -0400 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id n99ElosS017868; Fri, 9 Oct 2009 10:47:50 -0400 Date: Fri, 9 Oct 2009 10:47:50 -0400 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] opensm/osm_lid_mgr.c: Fix typo in OSM_LOG message Message-ID: <20091009144750.GB17861@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/opensm/osm_lid_mgr.c b/opensm/opensm/osm_lid_mgr.c index 947fe7a..74b5e39 100644 --- a/opensm/opensm/osm_lid_mgr.c +++ b/opensm/opensm/osm_lid_mgr.c @@ -1051,7 +1051,7 @@ static int lid_mgr_set_physp_pi(IN osm_lid_mgr_t * p_mgr, && !p_mgr->p_subn->opt.no_clients_rereg && (p_old_pi->capability_mask & IB_PORT_CAP_HAS_CLIENT_REREG)) { OSM_LOG(p_mgr->p_log, OSM_LOG_DEBUG, - "Seting client rereg on %s, port %d\n", + "Setting client rereg on %s, port %d\n", p_port->p_node->print_desc, p_port->p_physp->port_num); ib_port_info_set_client_rereg(p_pi, 1); send_set = TRUE;