From patchwork Wed Jun 22 13:50:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 904972 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5MDoM8n019882 for ; Wed, 22 Jun 2011 13:50:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755582Ab1FVNuV (ORCPT ); Wed, 22 Jun 2011 09:50:21 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:54390 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753722Ab1FVNuU (ORCPT ); Wed, 22 Jun 2011 09:50:20 -0400 Received: by wwe5 with SMTP id 5so865586wwe.1 for ; Wed, 22 Jun 2011 06:50:19 -0700 (PDT) Received: by 10.227.24.74 with SMTP id u10mr753413wbb.69.1308750618794; Wed, 22 Jun 2011 06:50:18 -0700 (PDT) Received: from [192.168.1.100] (c-71-192-10-85.hsd1.ma.comcast.net [71.192.10.85]) by mx.google.com with ESMTPS id gf6sm461779wbb.24.2011.06.22.06.50.16 (version=SSLv3 cipher=OTHER); Wed, 22 Jun 2011 06:50:17 -0700 (PDT) Message-ID: <4E01F316.4020007@dev.mellanox.co.il> Date: Wed, 22 Jun 2011 09:50:14 -0400 From: Hal Rosenstock User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Alex Netes CC: "linux-rdma@vger.kernel.org" Subject: [PATCH] opensm/osmtest/osmt_multicast.: Fix typo in log message Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Wed, 22 Jun 2011 13:50:22 +0000 (UTC) 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/osmtest/osmt_multicast.c b/osmtest/osmt_multicast.c index e4eba64..9ea56c8 100644 --- a/osmtest/osmt_multicast.c +++ b/osmtest/osmt_multicast.c @@ -1216,7 +1216,7 @@ ib_api_status_t osmt_run_mcast_flow(IN osmtest_t * const p_osmt) OSM_LOG(&p_osmt->log, OSM_LOG_INFO, "Checking Create given MGID=0 valid Set several options :\n\t\t" "First above min RATE, Second less than max RATE\n\t\t" - "Third above min MTU, Second less than max MTU\n\t\t" + "Third above min MTU, Fourth less than max MTU\n\t\t" "Fifth exact MTU & RATE feasible, Sixth exact RATE feasible\n\t\t" "Seventh exact MTU feasible (o15.0.1.4)...\n");