From patchwork Wed Oct 10 23:40:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 1577401 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 B99BBDFB34 for ; Wed, 10 Oct 2012 23:40:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757468Ab2JJXkK (ORCPT ); Wed, 10 Oct 2012 19:40:10 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:53301 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756850Ab2JJXkJ (ORCPT ); Wed, 10 Oct 2012 19:40:09 -0400 Received: by mail-qc0-f174.google.com with SMTP id d3so892249qch.19 for ; Wed, 10 Oct 2012 16:40:08 -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=RE4uH7v6LZvNqTFebxIDlFjWdsCNCfDzf1Ve8m7m81g=; b=Fw9x+xwWrTTLglxoJBno6dFINEESMfs21+smFsRuSyYlcZe3FnXy4kB58p2AKoFJEv jdFkWGW2cqMqd+CuiRNxoxwDkWNjJa2RCjFqB2km73DAH5tsXzR5uiuJIB2+4n6jXMPW qXs8o9Y4qhY8WW3VE9LN05yaO6k/vr+avWQZDe2m4F9nhPDpCN6VB6iQCGIf0s7OUWHi 881FlQp5JVH8HDqXgqnP/ZZUfk1zXyE8OMzBDe30hT8DVDw5ceUkaPqwn9PmJhW/iRlL B5c9aUBqmcvKQHDGwCrK/cggIoinnAWUTkVS9kiiZFvk3eYpGBtKRghEFTxuWwiw570v LGOw== Received: by 10.224.217.136 with SMTP id hm8mr26401761qab.81.1349912408373; Wed, 10 Oct 2012 16:40:08 -0700 (PDT) Received: from [192.168.1.103] (c-71-192-10-85.hsd1.ma.comcast.net. [71.192.10.85]) by mx.google.com with ESMTPS id hb7sm568880qab.20.2012.10.10.16.40.06 (version=SSLv3 cipher=OTHER); Wed, 10 Oct 2012 16:40:07 -0700 (PDT) Message-ID: <50760755.2090809@dev.mellanox.co.il> Date: Wed, 10 Oct 2012 19:40:05 -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_torus.c: Cosmetic formatting change X-Gm-Message-State: ALoCoQn+Ai0h3dDO6+v4s96j4zRWgxOyrXJmgTB/6odkwWa7fRzS8bpe+Pegqtoe3lZO68xhhvhC 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_torus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/osm_torus.c b/opensm/osm_torus.c index 49abef8..ec2c5ef 100644 --- a/opensm/osm_torus.c +++ b/opensm/osm_torus.c @@ -8016,7 +8016,7 @@ void torus_update_osm_sl2vl(void *context, osm_physp_t *osm_phys_port, "Error: osm_switch (GUID 0x%04"PRIx64") " "not in our fabric description\n", cl_ntoh64(guid)); - return; + return; } } for (sl = 0; sl < 16; sl++) {