From patchwork Wed Nov 28 19:02:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 1817871 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 7D251DF26F for ; Wed, 28 Nov 2012 19:02:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754501Ab2K1TC6 (ORCPT ); Wed, 28 Nov 2012 14:02:58 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:61131 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754421Ab2K1TC6 (ORCPT ); Wed, 28 Nov 2012 14:02:58 -0500 Received: by mail-bk0-f46.google.com with SMTP id q16so5900875bkw.19 for ; Wed, 28 Nov 2012 11:02:57 -0800 (PST) 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=WKZxKvJgvUefMOj9u39/VvY94NikgAxUv5UMECa/uE0=; b=CdruRy78dkgbTfFOwekHCugkxqoJmRiC4WReKVvkDvqOG2vMpypqqVFkVl+/33m2Ml YHBek4LQiBijtyKQmtcjES8kyBKqgAtyAQiaEad4SK+ll3RBTSXeQKqLnPqLxBTerutH IWWbqkA84Mf7crHUr6Aci+DiO8brlTdVEl81PGbffClIGVcHpClO/fShy+rhRPqINg1k Y524TUqgobVaEdv3DHTp1jP0vlyO4+0vrrD95EF1wmGsGAqREHoeQmFrkRcn/YUmXXCj goyoBe1h1DB9OBCZexbUJNx51FoimQITH3NffZCGrDr8XNiUhIRfKQ8jpldaLXiBqIW0 N1dA== Received: by 10.204.131.78 with SMTP id w14mr6241695bks.83.1354129377516; Wed, 28 Nov 2012 11:02:57 -0800 (PST) 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 go4sm13572007bkc.15.2012.11.28.11.02.55 (version=SSLv3 cipher=OTHER); Wed, 28 Nov 2012 11:02:56 -0800 (PST) Message-ID: <50B65FDE.2030500@dev.mellanox.co.il> Date: Wed, 28 Nov 2012 14:02:54 -0500 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)" , Jim Schutt Subject: [PATCH 1/8] opensm/include/osm_opensm.h: Fix commentary typo X-Gm-Message-State: ALoCoQlQ3q/NRn16HHnv4lAIkZ8QZubsXRcIEMyQV/tgnRIKI5TyLpzrZLGSBVaACweRtigy8m3S 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_opensm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/opensm/osm_opensm.h b/include/opensm/osm_opensm.h index 8fe793e..0b6e44f 100644 --- a/include/opensm/osm_opensm.h +++ b/include/opensm/osm_opensm.h @@ -165,7 +165,7 @@ struct osm_routing_engine { * IN uint8_t in_port_num, IN uint8_t out_port_num, * OUT ib_slvl_table_t *t) * The callback to allow routing engine input for SL2VL maps. -* *port is the phyical port for which the SL2VL map is to be +* *port is the physical port for which the SL2VL map is to be * updated. For switches, in_port_num/out_port_num identify * which part of the SL2VL map to update. For router/HCA ports, * in_port_num/out_port_num should be ignored.