From patchwork Wed Oct 24 13:42:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 1638471 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 8F9C7DF2AB for ; Wed, 24 Oct 2012 13:42:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756466Ab2JXNm2 (ORCPT ); Wed, 24 Oct 2012 09:42:28 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:55408 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756362Ab2JXNm1 (ORCPT ); Wed, 24 Oct 2012 09:42:27 -0400 Received: by mail-bk0-f46.google.com with SMTP id jk13so257190bkc.19 for ; Wed, 24 Oct 2012 06:42:27 -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=OSEurVj06vhLCERNlMKtz8Tevkic/tpfQYuWORidh6Q=; b=AtzcCV7VB1cG4U49FvehtNUf0eoMjzCDXfAvepyiRZXzKocCacFB2VAbbSaqhpWf26 GInWkr2Hfi9uEVrsnOKvLArxNK1Ve4VtABSn2mR7MAJBltzp+EHCTg7DW1PIyuGfmAKQ a8d/RgSqdKqI8ZYCHjQo+q/yExNRoMiS7HfOReo+TjTCH2/qUmabGR8sII1vhTWPjguT qudaUWNrd1OyEu+lHcsrs33ASm+gaU6bJhD4n4DnzTdyW3r2J99aeKcBDK47lMwBBDHS rBiD1ytPHn69+qbndvq6Es4JLHzIkqe26cfrPKuoZLmyuj4b4Gilugb1uW0JX8vJg/xM 4/7w== Received: by 10.204.13.25 with SMTP id z25mr4923121bkz.119.1351086146965; Wed, 24 Oct 2012 06:42:26 -0700 (PDT) Received: from [192.168.1.102] (c-71-192-10-85.hsd1.ma.comcast.net. [71.192.10.85]) by mx.google.com with ESMTPS id r15sm8175292bkw.9.2012.10.24.06.42.25 (version=SSLv3 cipher=OTHER); Wed, 24 Oct 2012 06:42:26 -0700 (PDT) Message-ID: <5087F040.6020900@dev.mellanox.co.il> Date: Wed, 24 Oct 2012 09:42:24 -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_vl15intf.c: Fix commentary typo X-Gm-Message-State: ALoCoQnaqq7asUNgAfSl/XKxddBMwm4guO3sX1Mptw3IxnCpMkQckyLQaIoeGA7Sx+qLpi3B7Mvl Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Signed-off-by: Hal Rosenstock --- opensm/osm_vl15intf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/osm_vl15intf.c b/opensm/osm_vl15intf.c index 253578b..f85252c 100644 --- a/opensm/osm_vl15intf.c +++ b/opensm/osm_vl15intf.c @@ -346,7 +346,7 @@ void osm_vl15_shutdown(IN osm_vl15_t * p_vl, IN osm_mad_pool_t * p_mad_pool) /* we only should get here after the VL15 interface was initialized */ CL_ASSERT(p_vl->state == OSM_VL15_STATE_READY); - /* grap a lock on the object */ + /* grab a lock on the object */ cl_spinlock_acquire(&p_vl->lock); /* go over all outstanding MADs and retire their transactions */