From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 30E442BC8 for ; Mon, 25 Jun 2018 16:42:54 +0200 (CEST) Received: from rsa59-2-82-233-193-189.fbx.proxad.net ([82.233.193.189] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fXSiC-0001mW-Mo; Mon, 25 Jun 2018 16:43:25 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 25 Jun 2018 16:42:52 +0200 Date: Mon, 25 Jun 2018 16:42:52 +0200 From: Olivier Matz To: David Marchand Cc: dev@dpdk.org Message-ID: <20180625144252.ifdxk5zw7mbuyryf@platinum> References: <1527753808-19409-1-git-send-email-david.marchand@6wind.com> <1527753808-19409-2-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1527753808-19409-2-git-send-email-david.marchand@6wind.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH 2/2] cmdline: remove useless intermediate buffer 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: Mon, 25 Jun 2018 14:42:54 -0000 On Thu, May 31, 2018 at 10:03:28AM +0200, David Marchand wrote: > Rather than copy the string, we can use a precision in the format string > given to printf. > > Signed-off-by: David Marchand Acked-by: Olivier Matz