From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9C0988E81 for ; Mon, 2 Nov 2015 11:28:46 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 02 Nov 2015 02:28:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,234,1444719600"; d="scan'208";a="824794489" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 02 Nov 2015 02:28:41 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.98]) by IRSMSX151.ger.corp.intel.com ([169.254.4.183]) with mapi id 14.03.0248.002; Mon, 2 Nov 2015 10:28:36 +0000 From: "Van Haaren, Harry" To: Thomas Monjalon , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH 1/2] scripts: add checkpatch wrapper Thread-Index: AQHRDaswkjNOAgQr1ECD7/QFQAyOuJ6CcNSAgAAIYoCAAAW9gIAAAswAgAAD1YCAAAGrgIAAAPkAgAG5KQCAAAHngIAEUsSg Date: Mon, 2 Nov 2015 10:28:35 +0000 Message-ID: References: <1445615606-3885-1-git-send-email-thomas.monjalon@6wind.com> <2182686.Rj6sEZi19Z@xps13> <20151030161640.GA5284@bricha3-MOBL3> <2771291.DI3Lyk6PGI@xps13> In-Reply-To: <2771291.DI3Lyk6PGI@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-inteldataclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiIxNjA5MGFmZC1kNDYxLTQ0ZjYtODFlMi01OGJmM2ViYmNiYzYiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiR0oyczFoRjRrWEt6N09KVzJwa2hCSlRvSnVURmo5dTQzKzdKWldpd2NHYz0ifQ== x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 1/2] scripts: add checkpatch wrapper 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: Mon, 02 Nov 2015 10:28:47 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH 1/2] scripts: add checkpatch wrapper >=20 > 2015-10-30 16:16, Bruce Richardson: > > Another request, can you perhaps also fix the script for situations whe= re > > checkpatch.pl is not in the kernel tree. > > > OK > I prefer using it in the Linux tree because it is updated with "git pull"= . I would like to suggest including the checkpatch.pl script itself in the dp= dk tree, as this would ensure that we are all running the exact same versio= n of checkpatch. My previous patchset had errors that I had not detected because I ran an ol= der checkpatch.pl, and I think there are others who have similar issues tha= t the checkpatch version provides more/less errors. If included in the repo, we would all automatically upgrade when the next c= heckpatch.pl is merged - providing consistency. -Harry