From patchwork Thu Jun 26 12:16:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 4427461 X-Patchwork-Delegate: hal@mellanox.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 26CFCBEEAA for ; Thu, 26 Jun 2014 12:16:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 50FAE20351 for ; Thu, 26 Jun 2014 12:16:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7CA7C2038D for ; Thu, 26 Jun 2014 12:16:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932488AbaFZMQp (ORCPT ); Thu, 26 Jun 2014 08:16:45 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:53589 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932486AbaFZMQn (ORCPT ); Thu, 26 Jun 2014 08:16:43 -0400 Received: by mail-wg0-f47.google.com with SMTP id k14so3506314wgh.6 for ; Thu, 26 Jun 2014 05:16:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=aWHZBsIc4ns4XovBdfHsKr4AMxi+bJqY+8XCgxFFZS8=; b=Dw5krgEjjaF1/Ylzu/CeK1N4ej315um8OgR04LbWB8Pobno/hJuPkexj/XUXLEWJRt fEdzrO+YPoUSKskl/sbUMR8XqqoaRIwwLaz574JujI0Vg5/dzddvDaqq5MIBbdTfskUe QyrdyrDI7xgzhjDgx75F9G8KVuFyDOmPZr+PiiF2nUHjmSdDydFdaY3TYfTFqkVRmIII LPKJh8A8j4JOqK+R77O/jHeiEcRcnZv3SYuIzHk6Zetq3DeGo2j4Iq6/qNg8D3t9j36O 8uDHPSDuCgurev/JcWiGj2yZKvUW/6DIjQvo2XVEXU8rwpcQTAlJ8TF9RJ/94UhXjjKL Bcsg== X-Gm-Message-State: ALoCoQmR9+zMiSX+Mjlus2W9yP7LDi/Fl5XYAd8cTahARsPKKCSWX0ztq1/Im186IrQ/AeR54vTP X-Received: by 10.194.110.161 with SMTP id ib1mr2715019wjb.129.1403785001594; Thu, 26 Jun 2014 05:16:41 -0700 (PDT) Received: from [192.168.1.102] (c-98-229-118-119.hsd1.ma.comcast.net. [98.229.118.119]) by mx.google.com with ESMTPSA id f6sm65270036wiy.19.2014.06.26.05.16.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Jun 2014 05:16:40 -0700 (PDT) Message-ID: <53AC0F26.9090003@dev.mellanox.co.il> Date: Thu, 26 Jun 2014 08:16:38 -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: "linux-rdma (linux-rdma@vger.kernel.org)" CC: Vladimir Koushnir Subject: [PATCH opensm] osm_drop_mgr.c: Add missing CR at end of log message in drop_mgr_check_node Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Vladimir Koushnir Signed-off-by: Vladimir Koushnir Signed-off-by: Hal Rosenstock --- opensm/osm_drop_mgr.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/osm_drop_mgr.c b/opensm/osm_drop_mgr.c index 7eb174c..66c85b9 100644 --- a/opensm/osm_drop_mgr.c +++ b/opensm/osm_drop_mgr.c @@ -525,7 +525,7 @@ static void drop_mgr_check_node(osm_sm_t * sm, IN osm_node_t * p_node) "Unlinking local node 0x%" PRIx64 ", port %u" "\n\t\t\t\tand remote node 0x%" PRIx64 - ", port %u\n due to missing PortInfo", + ", port %u due to missing PortInfo\n", cl_ntoh64(osm_node_get_node_guid (p_node)), port_num, cl_ntoh64(osm_node_get_node_guid