From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 33FCAA0353; Thu, 6 Aug 2020 18:55:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 622E81C0AC; Thu, 6 Aug 2020 18:55:15 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 1EC861C0AC for ; Thu, 6 Aug 2020 18:55:14 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 21C24BDB; Thu, 6 Aug 2020 12:55:13 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 06 Aug 2020 12:55:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= 0OVXOUKPVAK58zep2TqBAG6wKF/nWiQIsv0FG/1sAYM=; b=KH5K2Gcf81w5iSYl bqeV6xIGWqIJ7WNTIYFsFYhVCPAuJboTnS2eT2q1zryDunyZG7meN7dbv1LJirtE gLIMmRuSErXJFEAvGGYFYk0KltL/R68+/16ENHbdr1bLR2R+GGtTJQFMcAeOQu0A lpXjDOAbyGGE/6BZ2FvlT1Ini0R894gXyUDkny4tUfrVqJAay2Yep/LYv92qKVBh alPPjeA96GTXdwS78Kr5/pphc9iq27ZIjjRyXHYJyV+dzwx/MKF2r7KUeDCtk3SY yTkIGb7+CltixNtiqqJAV1li8kUsamZB8s55bZi/pEDjfbMC5+pM8AAwSLcg5VDg OuQmfg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=0OVXOUKPVAK58zep2TqBAG6wKF/nWiQIsv0FG/1sA YM=; b=KHZnNBFmjjK0gf0MhrfGpiSgb4S0noqbxKrWbkoEOyllG2rq2rbcIV2l+ 81Wc5OTHPmNa+xFbVRmM5Y7tzZE0q6uMxVZgxFMT776SBHfl/SpGiKk6CtHQkq+K iUwTHtDoY1LtuupnkFzaWm3oMAtu4c78Ehm1KldK5Xy4afPLTXT1n+6jRzTpswUv TUc63O9tCxw3GJK1YNkwLRVbUyAm3gXzV4s08kfmPLl+hBZBP3Rsk0LyABu7KuTf cVNES5EAFiys8dGq5jPqbfiKUoxYRpW4IhEpwQGNuBzq9O1Wd27K3x3TSrsUcYv5 w2cvvFlbI+1ia2fRZp53atcFaCJ8Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrkedtgddutdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 271FC3280066; Thu, 6 Aug 2020 12:55:12 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Luca Boccassi Date: Thu, 06 Aug 2020 18:55:11 +0200 Message-ID: <4616892.9YuRUCYdM6@thomas> In-Reply-To: <20200730005804.19251-7-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> <20200730005804.19251-1-stephen@networkplumber.org> <20200730005804.19251-7-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 20.08 6/6] check_maintainers: change variable names X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/07/2020 02:58, Stephen Hemminger: > Change variable names in python script: replace whitelist It is not a python script. > with include_files and blacklist with exclude_files. > > Signed-off-by: Stephen Hemminger > Acked-by: Luca Boccassi > --- > - whitelist=$(files $flines) > - blacklist=$(files $xlines) > - match=$(aminusb "$whitelist" "$blacklist") > - if [ -n "$whitelist" ] ; then > + include_files=$(files $flines) > + exclude_files=$(files $xlines) > + match=$(aminusb "$include_files" "$exclude_files") > + if [ -n "$include_files" ] ; then With above nit fixed, Acked-by: Thomas Monjalon