From patchwork Thu Nov 19 11:54:43 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yevgeny Kliteynik X-Patchwork-Id: 61281 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 nAJBmdEN008972 for ; Thu, 19 Nov 2009 11:48:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752095AbZKSLsb (ORCPT ); Thu, 19 Nov 2009 06:48:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752090AbZKSLsb (ORCPT ); Thu, 19 Nov 2009 06:48:31 -0500 Received: from mail.mellanox.co.il ([194.90.237.43]:41952 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752095AbZKSLsb (ORCPT ); Thu, 19 Nov 2009 06:48:31 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from kliteyn@dev.mellanox.co.il) with SMTP; 19 Nov 2009 13:55:20 +0200 Received: from [10.4.1.29] ([10.4.1.29]) by mtlexch01.mtl.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 19 Nov 2009 13:48:14 +0200 Message-ID: <4B053203.206@dev.mellanox.co.il> Date: Thu, 19 Nov 2009 13:54:43 +0200 From: Yevgeny Kliteynik Reply-To: kliteyn@dev.mellanox.co.il User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: Sasha Khapyorsky CC: Linux RDMA Subject: [PATCH] opensm/osm_subnet.c: fixing bug in dumping options file X-OriginalArrivalTime: 19 Nov 2009 11:48:14.0185 (UTC) FILETIME=[2D2CCD90:01CA690E] X-TM-AS-Product-Ver: SMEX-8.0.0.1181-6.000.1038-17018.005 X-TM-AS-Result: No--4.449900-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No 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_subnet.c b/opensm/opensm/osm_subnet.c index 2cfcbe6..29bb94b 100644 --- a/opensm/opensm/osm_subnet.c +++ b/opensm/opensm/osm_subnet.c @@ -1471,7 +1471,7 @@ int osm_subn_output_conf(FILE *out, IN osm_subn_opt_t * p_opts) "max_wire_smps %u\n\n" "# The maximum time in [msec] allowed for a transaction to complete\n" "transaction_timeout %u\n\n" - " The maximum number of retries allowed for a transaction to complete\n" + "# The maximum number of retries allowed for a transaction to complete\n" "transaction_retries %u\n\n" "# Maximal time in [msec] a message can stay in the incoming message queue.\n" "# If there is more than one message in the queue and the last message\n"