From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9D0E52E89 for ; Thu, 6 Nov 2014 05:37:04 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 05 Nov 2014 20:46:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="412223218" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 05 Nov 2014 20:37:34 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id sA64k7GQ019746 for ; Thu, 6 Nov 2014 12:46:07 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id sA64k5kr024669 for ; Thu, 6 Nov 2014 12:46:07 +0800 Received: (from hxie5@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id sA64k5o0024665 for dev@dpdk.org; Thu, 6 Nov 2014 12:46:05 +0800 From: Huawei Xie To: dev@dpdk.org Date: Thu, 6 Nov 2014 12:46:05 +0800 Message-Id: <1415249165-24634-1-git-send-email-huawei.xie@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/2] lib/librte_vhost: coding style fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 04:37:05 -0000 This patchset fixes serious coding style issues in vhost library. Huawei Xie (2): fix alignment, lengthy lines, misordered type and other style issues printk -> pr_debug 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(-) -- 1.8.1.4