From patchwork Tue Sep 18 18:53:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 1474371 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 8C34D40113 for ; Tue, 18 Sep 2012 18:53:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754118Ab2IRSxl (ORCPT ); Tue, 18 Sep 2012 14:53:41 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:61214 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754100Ab2IRSxh (ORCPT ); Tue, 18 Sep 2012 14:53:37 -0400 Received: by mail-ee0-f46.google.com with SMTP id c1so75079eek.19 for ; Tue, 18 Sep 2012 11:53:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=DtTNSZp667ZEyM08nbPlqu+udSD7K5ZmlXiYutQAu0o=; b=n6682srvGhL0kqFddTRrjNskgbU/iYhw/Z/UST7m19/rvGhC/VQ7WDFnkl1yqB2FQN uEuTG6Xl9xni3fHIDvXDAcxkZkWNGohmhHaY/83cUh8KkFmd7pIadL/MMmiUxIo36P4l CuCakCiLdUp5VcuW4xZyLwRViHdwvu7IUTxOxJOYf027XarumzoEOOWRqNegwkB1LZ6B 9UvSdEgsJ9aarVw+WNYp8S1O94axxmbS0H87h9vzkEhV9aq1negMKyUwl2uHClL+TJ6M H/8HaKOpn7PTe8L1UUnv1/clGka5WOodA/9/Uq7BMYB/sX7FmtTtSvZ1eq367O9TC1gi totA== Received: by 10.14.4.201 with SMTP id 49mr1100990eej.0.1347994416917; Tue, 18 Sep 2012 11:53:36 -0700 (PDT) Received: from [169.254.173.157] (c-71-192-10-85.hsd1.ma.comcast.net. [71.192.10.85]) by mx.google.com with ESMTPS id u47sm965147eeo.9.2012.09.18.11.53.35 (version=SSLv3 cipher=OTHER); Tue, 18 Sep 2012 11:53:36 -0700 (PDT) Message-ID: <5058C32D.3090409@dev.mellanox.co.il> Date: Tue, 18 Sep 2012 14:53:33 -0400 From: Hal Rosenstock User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Alex Netes CC: "linux-rdma (linux-rdma@vger.kernel.org)" Subject: [PATCH][TRIVIAL] opensm/osm_sa.h: Cosmetic commentary change X-Gm-Message-State: ALoCoQmej7eueM3PS1yS6eXyMRj9bTP/mCWFPwIdv5Bf+PykTNrCSwBqK0eH7Pel2phbtEYMmBAs Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Signed-off-by: Hal Rosenstock --- include/opensm/osm_sa.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/opensm/osm_sa.h b/include/opensm/osm_sa.h index 7c1061d..08c4130 100644 --- a/include/opensm/osm_sa.h +++ b/include/opensm/osm_sa.h @@ -73,8 +73,8 @@ BEGIN_C_DECLS * * DESCRIPTION * The SA object encapsulates the information needed by the -* OpenSM to instantiate a subnet administrator. The OpenSM allocates -* one SA object per subnet manager. +* OpenSM to instantiate subnet administration. The OpenSM +* allocates one SA object per subnet manager. * * The SA object is thread safe. *