From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] examples/ipsec-secgw: fix pointer to local outside scope Date: Mon, 07 Nov 2016 21:48:48 +0100 Message-ID: <2663222.x5yAROjdrv@xps13> References: <1478175163-229116-4-git-send-email-roy.fan.zhang@intel.com> <1478539537-225559-1-git-send-email-roy.fan.zhang@intel.com> <8536a227-c05f-3a1b-e8c0-599fa9cdb993@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , sergio.gonzalez.monroy@intel.com To: Fan Zhang Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 2877D1DB1 for ; Mon, 7 Nov 2016 21:48:50 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id f82so142687096wmf.1 for ; Mon, 07 Nov 2016 12:48:50 -0800 (PST) In-Reply-To: <8536a227-c05f-3a1b-e8c0-599fa9cdb993@intel.com> 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-11-07 17:31, Ferruh Yigit: > On 11/7/2016 5:25 PM, Fan Zhang wrote: > > Coverity issue: 137871 > > Fixes: 0d547ed03717 ("examples/ipsec-secgw: support configuration file") > > > > Signed-off-by: Fan Zhang > > Although checkpatch will complain about long lines, I believe it is > better not to wrap log messages. > > Acked-by: Ferruh Yigit Wrapped after "error: " to avoid too long lines while being able to grep the rest of the message, and applied.