From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id 1C5F6689B for ; Thu, 25 Dec 2014 16:31:59 +0100 (CET) Received: by mail-pa0-f52.google.com with SMTP id eu11so11933210pac.39 for ; Thu, 25 Dec 2014 07:31:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ruinvH4A1r+1Rb20qPuHCOMC/Nh2JLainfWvFplC63s=; b=vsj48tdP8ENBP/Ifabx/FAnQbiPb4we5TuwFe+RauiPqGHoFjetyfPCqKZwVb3oa8y x+tulnyMtuVzMu5YBElRBXaZAOLU/ySeHOGOYCfa+z+2eQJ0KGXOuX0twCoWjBufb/Fu ZbaJF6UO5Z/fd/jvVcnAY/3OnA9JemdtPhc2NC4lBPgSuUDa9yZgnJmCGyALEyoKDJ/x S/+LTkHGRksv38c/3Zy4hvVstTY2qVeBQYDuj4kQLwkLyB3L0hcwALm7Fg9KHQZfvNjN dWbRoL+OLyhLBH9p9DSdMh3sSdno0XsBTwF1eRZjJr6NvPmfmOfFAY93U84kPmCsxnIJ OI9g== X-Received: by 10.68.57.166 with SMTP id j6mr51015633pbq.91.1419521518311; Thu, 25 Dec 2014 07:31:58 -0800 (PST) Received: from iaas-l305162.englab.brocade.com ([144.49.130.148]) by mx.google.com with ESMTPSA id y4sm6865386pdk.75.2014.12.25.07.31.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 25 Dec 2014 07:31:57 -0800 (PST) From: Ravi Kerur To: dev@dpdk.org Date: Thu, 25 Dec 2014 10:31:46 -0500 Message-Id: <1419521508-31883-1-git-send-email-rkerur@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH 0/2] Fix checkpatch errors 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, 25 Dec 2014 15:31:59 -0000 checkpatch script is run against files in librte_acl and librte_mempool files. No functionality change. Changes are tested in Ubuntu and FreeBSD. Ravi Kerur (2): Fix checkpatch errors in librte_acl Fix checkpatch errors in librte_mempool lib/librte_acl/acl_bld.c | 192 ++++++++++++++++++---------------- lib/librte_acl/rte_acl.c | 3 +- lib/librte_acl/rte_acl_osdep_alone.h | 3 +- lib/librte_acl/tb_mem.c | 5 +- lib/librte_mempool/rte_dom0_mempool.c | 41 ++++---- lib/librte_mempool/rte_mempool.c | 64 +++++++----- lib/librte_mempool/rte_mempool.h | 58 ++++++---- 7 files changed, 203 insertions(+), 163 deletions(-) -- 1.9.1