From patchwork Fri Nov 6 14:06:24 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 58044 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 nA6EF3op019247 for ; Fri, 6 Nov 2009 14:15:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757033AbZKFOO4 (ORCPT ); Fri, 6 Nov 2009 09:14:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757003AbZKFOO4 (ORCPT ); Fri, 6 Nov 2009 09:14:56 -0500 Received: from qmta09.westchester.pa.mail.comcast.net ([76.96.62.96]:49024 "EHLO QMTA09.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754757AbZKFOOz (ORCPT ); Fri, 6 Nov 2009 09:14:55 -0500 Received: from OMTA14.westchester.pa.mail.comcast.net ([76.96.62.60]) by QMTA09.westchester.pa.mail.comcast.net with comcast id 1oHi1d0041HzFnQ59qF2vV; Fri, 06 Nov 2009 14:15:02 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA14.westchester.pa.mail.comcast.net with comcast id 1qF11d00S0hNrtn3aqF1ZM; Fri, 06 Nov 2009 14:15:02 +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 nA6EEI3E019741; Fri, 6 Nov 2009 09:14:24 -0500 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id nA6E6Ofk019682; Fri, 6 Nov 2009 09:06:24 -0500 Date: Fri, 6 Nov 2009 09:06:24 -0500 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] opensm/ib_types.h: Fix some commentary typos Message-ID: <20091106140624.GA19678@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/iba/ib_types.h b/opensm/include/iba/ib_types.h index 677166b..f6a1cf4 100644 --- a/opensm/include/iba/ib_types.h +++ b/opensm/include/iba/ib_types.h @@ -5339,7 +5339,7 @@ ib_port_info_set_client_rereg(IN ib_port_info_t * const p_pi, * ib_port_info_set_mcast_pkey_trap_suppress * * DESCRIPTION -* Sets the encoded multicast pkey trap suppresion enabled bit value +* Sets the encoded multicast pkey trap suppression enabled bit value * in the PortInfo attribute. * * SYNOPSIS @@ -5359,7 +5359,7 @@ ib_port_info_set_mcast_pkey_trap_suppress(IN ib_port_info_t * const p_pi, * [in] Pointer to a PortInfo attribute. * * trap_suppress -* [in] Multicast pkey trap suppresion enabled value to set +* [in] Multicast pkey trap suppression enabled value to set * (either 1 or 0). * * RETURN VALUES @@ -5431,7 +5431,7 @@ ib_port_info_get_client_rereg(IN ib_port_info_t const *p_pi) * ib_port_info_get_mcast_pkey_trap_suppress * * DESCRIPTION -* Gets the encoded multicast pkey trap suppresion enabled bit value +* Gets the encoded multicast pkey trap suppression enabled bit value * in the PortInfo attribute. * * SYNOPSIS