From patchwork Wed Feb 20 19:02:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 2168791 X-Patchwork-Delegate: hal@mellanox.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 25DDB3FD4E for ; Wed, 20 Feb 2013 19:02:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934179Ab3BTTCc (ORCPT ); Wed, 20 Feb 2013 14:02:32 -0500 Received: from mail-ie0-f182.google.com ([209.85.223.182]:50535 "EHLO mail-ie0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933973Ab3BTTCc (ORCPT ); Wed, 20 Feb 2013 14:02:32 -0500 Received: by mail-ie0-f182.google.com with SMTP id k14so10336983iea.13 for ; Wed, 20 Feb 2013 11:02:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=yuKB6KDCK2+e2LWwpdjIjNbElzA+mW/oagzoPTSByn8=; b=OzxO4mXKcD+UG0VQJO8dndSWAheeIVEXP8CfS6hNGzRAOAOrF2Sn2qE3x713ZC86s/ 84PdbqZw1BS1qE60bd+eknJknMYDTE1jELBxxXEIcNWpe0GKPnhKebLo4qSfPOehcF7X ck6lFBDgCTyra1mT/0av0eqww4sEMR/nCbo3UTgZIJ1fQXBDrMMgSU/mOmSiZSxd/OTE 4Q7vIEl6RJxWZRWixGh6GWRgfuvaKpmYuH3qMzdrMioUgFE4Qn+yUg54YmzPzAIcn88M ABlpXE3u3c++GzqfC8urzWDXACa8uwbe7f3ho840vpDeKzruyBtyWORCZakNbm+kvddu mQjA== X-Received: by 10.50.53.146 with SMTP id b18mr11415420igp.82.1361386951408; Wed, 20 Feb 2013 11:02:31 -0800 (PST) Received: from [192.168.1.102] (c-71-234-225-85.hsd1.ct.comcast.net. [71.234.225.85]) by mx.google.com with ESMTPS id wv1sm14642493igb.0.2013.02.20.11.02.29 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Feb 2013 11:02:30 -0800 (PST) Message-ID: <51251DC4.3000707@dev.mellanox.co.il> Date: Wed, 20 Feb 2013 14:02:28 -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: "linux-rdma (linux-rdma@vger.kernel.org)" Subject: [PATCH] opensm/osm_sa_multipath_record.c: Fix commentary typo X-Gm-Message-State: ALoCoQmUg7e3w9edubUofp+OuEUdyz0E6xgklRJvCf4O+1WauM/if3d+pfsQ3ti4efmoUCceag8p Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Signed-off-by: Hal Rosenstock --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/opensm/osm_sa_multipath_record.c b/opensm/osm_sa_multipath_record.c index e89c93a..75921e1 100644 --- a/opensm/osm_sa_multipath_record.c +++ b/opensm/osm_sa_multipath_record.c @@ -1566,7 +1594,7 @@ void osm_mpr_rcv_process(IN void *context, IN void *data) osm_dump_multipath_record_v2(sa->p_log, p_mpr, FILE_ID, OSM_LOG_DEBUG); } - /* Validatg rate if supplied */ + /* Validate rate if supplied */ if ((p_sa_mad->comp_mask & IB_MPR_COMPMASK_RATESELEC) && (p_sa_mad->comp_mask & IB_MPR_COMPMASK_RATE)) { rate = ib_multipath_rec_rate(p_mpr);