[dpdk-dev] [PATCH 1/2] lib/librte_vhost: code style fixes

2014-11-06 Thread Thomas Monjalon
> > fixes alignment issues, lengthy lines, misordered type and other coding > > style issues. > > > > Signed-off-by: Huawei Xie > > Acked-by: Neil Horman Both patches merged and applied. Thanks -- Thomas

[dpdk-dev] [PATCH 1/2] lib/librte_vhost: code style fixes

2014-11-06 Thread Huawei Xie
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

[dpdk-dev] [PATCH 1/2] lib/librte_vhost: code style fixes

2014-11-06 Thread Neil Horman
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/e