From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/performance-thread: add missing braces Date: Fri, 22 Jul 2016 12:05:05 +0200 Message-ID: <35006297.33TtNArx9m@xps13> References: <1468840825-158116-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 7C6B44A63 for ; Fri, 22 Jul 2016 12:05:07 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id i5so59112156wmg.0 for ; Fri, 22 Jul 2016 03:05:07 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-18 12:39, Mcnamara, John: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > > pthread_detach() function was returning 0 even when not calling > > lthread_detach(), due to missing braces in conditional (extra indentation > > was applied, giving a hint this is the correct fix). > > > > Fixes: 433ba6228f9a ("examples/performance-thread: add pthread_shim app") > > > > Signed-off-by: Pablo de Lara > > Tested-by: John McNamara > Acked-by: John McNamara Applied, thanks