From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 04330201; Mon, 4 Mar 2019 11:13:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8E22C21F43; Mon, 4 Mar 2019 05:13:00 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 04 Mar 2019 05:13:00 -0500 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=mesmtp; bh=Hlwnx5+2hyZ3jiCyPkB1GKffTIhrLnBHHsOYuKGPnhM=; b=hgi4S1dOQ1jH s1hTKS+t9nZkIJAEpv//2RD9m+ap4ELjQ9p4R4KG9Is4Jg/elq7pqVB5RhVoqA3g DIRL/SiwnhbsMv6TXLDzd4yBA0JvwgLR0Souv3ODnC4wGc1R2AM483brFC/AaNBI uZHv3KtwrnsqmvzPU43Tg1hlr8lZLmk= 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=fm2; bh=Hlwnx5+2hyZ3jiCyPkB1GKffTIhrLnBHHsOYuKGPn hM=; b=lsvvUx7UKfosOCniMZeZFP0ziEQ0G45k5Ati5FX0FXcOd2Q+V3YB34wTK DOf5IdevEGKi+mCjjrcpzEnThAvymDt9nxxae8/Sls1tQGzA52QTFhAPyBWpDz7B W2J5KSkW2ivOdGq/JS5Y6r28YF2kEBiGfxhlNK/QCFh6TINt6mSG+C/fhj6vlvVa lM5DwE9oAPoVZIunBCIRZkuy//I0DizPGmVqEFMm4KRgAzbnFmG/8I0eIo2I+wNA W6IgO1PD4sN9qKG+DwoEtvkOu0m8JQhGxM874/kKKg0KGnr3BQEJQ87TcxMz3Io6 i7/8qvvCjCBdw4+3iobaXkElU+X0w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrfedugdduvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt 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 8541910319; Mon, 4 Mar 2019 05:12:59 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org Date: Mon, 04 Mar 2019 11:12:58 +0100 Message-ID: <1669707.y9mtueiJhf@xps> In-Reply-To: <1551693445-23533-1-git-send-email-david.marchand@redhat.com> References: <1551693445-23533-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: fix incorrect shell assignment 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: , X-List-Received-Date: Mon, 04 Mar 2019 10:13:01 -0000 04/03/2019 10:57, David Marchand: > No space needed here: > ./devtools/checkpatches.sh: line 65: res: command not found > > Fixes: dafc04c15174 ("devtools: fix return of forbidden addition checks") > Cc: stable@dpdk.org > Signed-off-by: David Marchand Thank you It is already submitted: https://patches.dpdk.org/patch/50727/ It is part of a patchset, waiting for a new version (for codespell feature).