From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B069EA04B5; Fri, 6 Nov 2020 14:16:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0593C72E2; Fri, 6 Nov 2020 14:16:04 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 2979C6CAB for ; Fri, 6 Nov 2020 14:16:01 +0100 (CET) IronPort-SDR: mzaJUTbSwSbZX7HyjLElFPkXlhn9U9Tgqg5dMycBm6QN1RRlXdUt0RPyRbwpVumNnams0WYjhI G78hKYNuJgVQ== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="157323297" X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="157323297" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 05:15:59 -0800 IronPort-SDR: ouDqcVo2DtDyI2IGWcggzZAtRdsTKqGBX5UDYuHl9YcoESBQNhypqnnW3Ym2sMomEd0OP+q3G4 2dWgDx/isSbg== X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="539836811" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.228.45]) ([10.213.228.45]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 05:15:58 -0800 From: Ferruh Yigit To: Olivier Matz , dev@dpdk.org Cc: Bruce Richardson , Stephen Hemminger References: <20201104170125.8520-1-olivier.matz@6wind.com> Message-ID: Date: Fri, 6 Nov 2020 13:15:55 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ring: fix typo in log 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" On 11/4/2020 8:41 PM, Ferruh Yigit wrote: > On 11/4/2020 5:01 PM, Olivier Matz wrote: >> Add a missing space. >> >> Fixes: 869bf6d222bb ("net/ring: fix coding style") >> >> Signed-off-by: Olivier Matz > > Cc: stable@dpdk.org > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.