From patchwork Mon Oct 19 13:02:11 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 54778 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 n9JD9D1W014380 for ; Mon, 19 Oct 2009 13:09:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753952AbZJSNJH (ORCPT ); Mon, 19 Oct 2009 09:09:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755614AbZJSNJH (ORCPT ); Mon, 19 Oct 2009 09:09:07 -0400 Received: from qmta08.westchester.pa.mail.comcast.net ([76.96.62.80]:35808 "EHLO QMTA08.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753952AbZJSNJG (ORCPT ); Mon, 19 Oct 2009 09:09:06 -0400 Received: from OMTA13.westchester.pa.mail.comcast.net ([76.96.62.52]) by QMTA08.westchester.pa.mail.comcast.net with comcast id ucok1c00A17dt5G58d8MNW; Mon, 19 Oct 2009 13:08:21 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA13.westchester.pa.mail.comcast.net with comcast id ud9B1c0010hNrtn3Zd9B7J; Mon, 19 Oct 2009 13:09:11 +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 n9JD4PC0018533; Mon, 19 Oct 2009 09:04:31 -0400 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id n9JD2BnC018495; Mon, 19 Oct 2009 09:02:11 -0400 Date: Mon, 19 Oct 2009 09:02:11 -0400 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] opensm/osm_vendor_api.h: Fix some commentary typos Message-ID: <20091019130211.GB18483@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/include/vendor/osm_vendor_api.h b/opensm/include/vendor/osm_vendor_api.h index 70eb6cc..5bf2abc 100644 --- a/opensm/include/vendor/osm_vendor_api.h +++ b/opensm/include/vendor/osm_vendor_api.h @@ -172,9 +172,9 @@ void osm_vendor_delete(IN osm_vendor_t ** const pp_vend); * SEE ALSO *********/ -/****f* OpenSM Vendor API/osm_vendor_get_ports +/****f* OpenSM Vendor API/osm_vendor_get_all_port_attr * NAME -* osm_vendor_get_ports +* osm_vendor_get_all_port_attr * * DESCRIPTION * Returns an array of available port attribute structures. @@ -197,7 +197,7 @@ osm_vendor_get_all_port_attr(IN osm_vendor_t * const p_vend, * * p_num_ports * [in/out] Pointer to a variable to hold the total number of ports -* available on the local machine.. +* available on the local machine. * * RETURN VALUES * IB_SUCCESS on success. @@ -219,8 +219,8 @@ osm_vendor_get_all_port_attr(IN osm_vendor_t * const p_vend, * SYNOPSIS */ ib_api_status_t -osm_vendor_init(IN osm_vendor_t * const p_vend, - IN osm_log_t * const p_log, IN const uint32_t timeout); +osm_vendor_init(IN osm_vendor_t * const p_vend, IN osm_log_t * const p_log, + IN const uint32_t timeout); /* * PARAMETERS * p_vend