From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com
 [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id 19D304C9C
 for <dev@dpdk.org>; Mon, 11 Mar 2019 19:11:50 +0100 (CET)
Received: by mail-pf1-f195.google.com with SMTP id i19so4280810pfd.0
 for <dev@dpdk.org>; Mon, 11 Mar 2019 11:11:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:in-reply-to:references;
 bh=2c8jsexYp26KX0DsfCf/Qva7DRLRJfqva4F6mQW35p8=;
 b=YVGhE2qU40Zm7kwf2l9yOD3FVDMy/LZGuRDXdxzUcvOzj6+y3dyRRy5cqgHEJpHYLg
 ep3UOZgXRsTgOkwY4lkmDp0Lnlk+VTNGZETOYpnzCC8V2X7ZmBGIKrXzavNb/ut2U+3n
 xK88aXS4Yyrxtq/Pc53iNu6rum3uDVPyE5VPPJNXPvTctSTyygE9EDqFvcxw2Ppv29qg
 th1MG7zc64R/h1tWVExubZSB6yfAdpyyKXN78LbZ2NUym+TmeJFz3HYEt682GWoItztg
 QO5Lvq67BNtsY5Z2nAlGQFAeH4ulJ5gzKwJGkO+0iw+5h/DlJbU8x3JGGfEimNH42e1H
 MdCg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
 :references;
 bh=2c8jsexYp26KX0DsfCf/Qva7DRLRJfqva4F6mQW35p8=;
 b=pJRZVx/W2hWUxbxYiBexJIehd+cZKr/HC0qzTHfMqnDEVOnesuwGqFQPoEQrbuCQC0
 Ru+jHEv56z35nqgY4HihQ16Y9eimjorXgsUtpHNJUA2Ugj2+tDkM4X1ZARPaUodGGRfl
 uF1ypuq522zHB7sSqGDRHqD945FoigMOkNbDVuBP5Tlrd5ZLxq+iNV/S9oOSuHsjVqBz
 GAIMFW0swEBiCxCgVOaa2kbATWZzFjWQYScbUVuim8pSspm1fFdQOUa79OsBnNCFPp0P
 Du0vRn3blRM0xbwJlounLcNgxlLlyJ0g3RSaNnX+XG6cG8C4rBZclmUL2sYx4UKEAJrI
 a8sQ==
X-Gm-Message-State: APjAAAWH5CDht0Hg4uUpSyFLMRHvAQamCbEyBkSR/Em2BkobDL6oOVyr
 h1JugKWFYnKNNWWakbmmWWMnAg==
X-Google-Smtp-Source: APXvYqw1+sY+Egr2kflMtbLBClQDK/QIbd84JlCH9wTIj2nP8wlmMeE1LLZS+GgUijxVTII2BMrLRQ==
X-Received: by 2002:a17:902:584:: with SMTP id
 f4mr5516982plf.330.1552327909296; 
 Mon, 11 Mar 2019 11:11:49 -0700 (PDT)
Received: from shemminger-XPS-13-9360.lan (204-195-22-127.wavecable.com.
 [204.195.22.127])
 by smtp.gmail.com with ESMTPSA id m64sm15142772pfi.149.2019.03.11.11.11.47
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 11 Mar 2019 11:11:48 -0700 (PDT)
From: Stephen Hemminger <stephen@networkplumber.org>
To: ajit.khaparde@broadcom.com,
	somnath.kotur@broadcom.com
Cc: dev@dpdk.org, Stephen Hemminger <stephen@networkplumber.org>,
 Stephen Hemminger <sthemmin@microsoft.com>
Date: Mon, 11 Mar 2019 11:11:42 -0700
Message-Id: <20190311181143.15267-3-stephen@networkplumber.org>
X-Mailer: git-send-email 2.17.1
In-Reply-To: <20190311181143.15267-1-stephen@networkplumber.org>
References: <20190311181143.15267-1-stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH 2/3] net/bnxt: do not double space version message
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Mar 2019 18:11:50 -0000

The version message is double spaced in the log.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 drivers/net/bnxt/bnxt_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c
index 189527207f9a..c5f7cf9cb9ec 100644
--- a/drivers/net/bnxt/bnxt_ethdev.c
+++ b/drivers/net/bnxt/bnxt_ethdev.c
@@ -30,7 +30,7 @@
 
 #define DRV_MODULE_NAME		"bnxt"
 static const char bnxt_version[] =
-	"Broadcom NetXtreme driver " DRV_MODULE_NAME "\n";
+	"Broadcom NetXtreme driver " DRV_MODULE_NAME;
 int bnxt_logtype_driver;
 
 #define PCI_VENDOR_ID_BROADCOM 0x14E4
-- 
2.17.1