From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id EBDF85B20 for ; Fri, 26 Oct 2018 13:26:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6421F21F35; Fri, 26 Oct 2018 07:26:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 26 Oct 2018 07:26:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=9TcnxdZV1QYEuiXdKMdCNeCu5f2ktvcHW1kp0EnRzww=; b=KjvmqCJ20fv6 yWygB5eQw+TPlbOUR7rKyFjyMEluS/wWml+sRKw1XFNSuz3RNaVx3uP5uzV4t28w IBAUi1R3TTYnc8FtmOJdd0BQMwJCtBQuUfHxVGNOkNbY37QPucbfIhDsb5MGVVb6 wAgZB+NIcu8KUBf3qdlhZ2KeXfegJ1U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=9TcnxdZV1QYEuiXdKMdCNeCu5f2ktvcHW1kp0EnRz ww=; b=e44zZrTrTvFLLCQw+FCQ2ppIGN7SVckCB8XpGpFLffj9xPayevH/R4oSG /Q/t6Q9c4mTDsEBWP8JyFOmQMwnJO/pu4A5xKpJ2f7OtJE5rCADRbCbd7f+l46kd 1rZyfJwbaZiKx1hjRN12So7sQHBYWsep+A8ftHosnXo27GOe6/DMp6fcrLg9Kpmm 2DLkPR5lgAtWrnBh22bszEVNTKTf97xJ0EWQe+pJ9Piq0oVRxjQo8RcIC23Diduf W1OQ20ms3LzkrHxjF1E+wjTGrd4l+s2d26RCSHGacDz0bKi9Do9UcvvVixUQqk+q wPqvOfqPbu61/A4Wc7HVrs7UAaVvg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BACBFE491D; Fri, 26 Oct 2018 07:26:19 -0400 (EDT) From: Thomas Monjalon To: Anoob Joseph Cc: dev@dpdk.org, Jerin Jacob , Ferruh Yigit , Narayana Prasad , Shally Verma Date: Fri, 26 Oct 2018 13:26:21 +0200 Message-ID: <1689332.N01d0egu58@xps> In-Reply-To: <20181010131521.GA1891@jerin> References: <1539139856-22611-1-git-send-email-anoob.joseph@caviumnetworks.com> <20181010131521.GA1891@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] maintainers: use registered name for OCTEON TX references X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 11:26:22 -0000 10/10/2018 15:15, Jerin Jacob: > From: Anoob Joseph > >=20 > > 'OCTEON TX' is the registered name. All other usages need to be fixed. > >=20 > > Signed-off-by: Anoob Joseph > > --- >=20 > It has following check-git-log.sh warning. > =E2=9E=9C [master]l[dpdk.org] $ ./devtools/check-git-log.sh=20 > Wrong headline lowercase: > maintainers: use registered name for OCTEON TX references >=20 > It will be fixed with following patch > http://patches.dpdk.org/patch/46491/ >=20 > Except Warning: >=20 > Acked-by: Jerin Jacob Applied, thanks