From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BD919A0679 for ; Wed, 3 Apr 2019 18:40:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9815B1B4E7; Wed, 3 Apr 2019 18:40:58 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id BBAAA1B4D3 for ; Wed, 3 Apr 2019 18:40:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 255AF21B83; Wed, 3 Apr 2019 12:40:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 03 Apr 2019 12:40:57 -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=65BjjNN+YbAGoquAh3SgAM86CUvxmQkCG4xI7gblPus=; b=BbsoioEGrQvx cE5cyMunbrjSGyt5buOGcTpnCNdQM5o0mMlglW8wy5ruWAvcYtAa8tavaYjYIPcP fwd/YoVDoTK3XcONV+mdf8/HndOEvbOXuhnxDHeKOvRVQBqRfAzl4qarDPcKwzvR 3ltBVdWFla6oR2/D8l4Q02yz8769RmI= 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=fm2; bh=65BjjNN+YbAGoquAh3SgAM86CUvxmQkCG4xI7gblP us=; b=l6idhOSaAYqABPQLZ7ce0TpppgQC4LpvqU0CXq05CGsYPiaBD3+IDVFdZ ee4enkkUOa47+BHg+J9l5Yd6cWA20eBk5Iv2u8Vkc1ZYZGOQ9hDbbTEadGJom8+D 5FmUpno74P0ijpU/u5CIBARbYkpwwjvQVi88BZzLHUe8crvDxp+Oe+fBhagHTcUc fkqRYylZ7PtHWNPgO00rPEAXaMuoE1QrxbyQMSGrgrrXFYFA9qg/xOLlOkzjuBUs IToTIcROjRvjV5BaJDlZzkA0QvZPdXQlzXEy4WSP/nKuLXBxoNCnP9CWPzbClhjb bAkrbO0u4Q7e3KoXJ+W54MlCEEffg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdefgdejjeculddtuddrgedutddrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvden ucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrg hlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsth gvrhfuihiivgeptd 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 628EB10316; Wed, 3 Apr 2019 12:40:56 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 03 Apr 2019 18:40:55 +0200 Message-ID: <8883955.lN2CvxMCQu@xps> In-Reply-To: <20190402153026.17951-1-stephen@networkplumber.org> References: <20190321230341.6576-1-stephen@networkplumber.org> <20190402153026.17951-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] rte_ring: add newline to error message 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190403164055.JDwUP4qy3TDYYf5j4KDQa7Xf12CrCDtGNsr8SToB2zM@z> 02/04/2019 17:30, Stephen Hemminger: > Log message should end with newline. > > Fixes: 4e32101f9b01 ("ring: support freeing") > Signed-off-by: Stephen Hemminger > Reviewed-by: Rami Rosen > --- > v2 -- fix punctuation in message as well Applied, thanks