From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2 3/3] lib/librte_ether: fix code style issues Date: Thu, 2 Mar 2017 16:12:25 +0800 Message-ID: <20170302081225.GR18844@yliu-dev.sh.intel.com> References: <1488102926-24158-2-git-send-email-amis@radware.com> <1488441084-6039-1-git-send-email-amis@radware.com> <1488441084-6039-4-git-send-email-amis@radware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: thomas.monjalon@6wind.com, dev@dpdk.org, stable@dpdk.org To: Ami Sabo Return-path: Content-Disposition: inline In-Reply-To: <1488441084-6039-4-git-send-email-amis@radware.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, Mar 02, 2017 at 09:51:24AM +0200, Ami Sabo wrote: > Fixed code style issues following Yuanhan Liu's review. Patch 1 is not merged yet. You should squash this fix into patch 1, instead of sending another patch. Meanwhile, when you do so, you should add version log, and put it at .....> > > Signed-off-by: Ami Sabo > --- ... here (right below the ---). It could be something like: - v2: fix coding style issues (Yuanhan Liu) If you are still unsure, just find some examples from the mailing list. --yliu