From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 2/2] cmdline: remove useless intermediate buffer Date: Mon, 25 Jun 2018 16:42:52 +0200 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 Cc: dev@dpdk.org To: David Marchand 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) Content-Disposition: inline In-Reply-To: <1527753808-19409-2-git-send-email-david.marchand@6wind.com> 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 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