From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH 1/2] lib/librte_vhost: code style fixes Date: Thu, 6 Nov 2014 06:18:08 -0500 Message-ID: <20141106111807.GA31902@hmsreliant.think-freely.org> References: <1415230302-16310-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Huawei Xie Return-path: Content-Disposition: inline In-Reply-To: <1415230302-16310-1-git-send-email-huawei.xie-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Thu, Nov 06, 2014 at 07:31:41AM +0800, Huawei Xie wrote: > fixes alignment issues, lengthy lines, misordered type and other coding style issues. > > Signed-off-by: Huawei Xie > --- > lib/librte_vhost/eventfd_link/eventfd_link.c | 244 ++++++++++----------- > lib/librte_vhost/eventfd_link/eventfd_link.h | 127 ++++++----- > lib/librte_vhost/rte_virtio_net.h | 3 +- > lib/librte_vhost/vhost-net-cdev.c | 187 +++++++++------- > lib/librte_vhost/vhost_rxtx.c | 13 +- > lib/librte_vhost/virtio-net.c | 317 +++++++++++++++++---------- > 6 files changed, 494 insertions(+), 397 deletions(-) > Acked-by: Neil Horman