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 F3F39A0573; Wed, 4 Mar 2020 16:28:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C3892C16; Wed, 4 Mar 2020 16:28:43 +0100 (CET) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 358722C02 for ; Wed, 4 Mar 2020 16:28:42 +0100 (CET) Received: by mail-wm1-f65.google.com with SMTP id a5so2578679wmb.0 for ; Wed, 04 Mar 2020 07:28:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=8AX/x51Z0MYV2f0nplNZQcvig+mkX1WD2o+rRrLrmlU=; b=WCwyAVoAoMbkbZHPzPBK0Ca5KezX+Mw2wsZ+tHXpE8FW3iHEcSmsEno5PfsVbhtSku xuyEDlLVv9fpmk+JzD7SoLKfPq9PM9BjQU3f8/PPQ1PslIWu4bWaLGEtWk7ImDxIX21r i2KmGcz7TjzVqO74Hgg79WQ6UU0qA0fWOU1OdR8xgB/qVF8srXpPVuWVHlN5Mp9ks1Zp YFxS5YAbZYY6nfcTTRCN6NX52oFax/1RsBCZH3XE+ps3tqmXXz0HnhKFWTgjWBgUM6vG UJoxr01CkS1JFajKG4BRwXwp7MYJOvwi6cozD2fl6aHpBpTxQGJustAYU3JE/vAj1YWm GQew== X-Gm-Message-State: ANhLgQ2Ootxx7W/p1PTe95IWquWczjZJDDATPTR1bIIfG9w49BMSfSNt QT1MZY6IyUlJ+FtVnUqaZCE/oSbx X-Google-Smtp-Source: ADFU+vvg6jYaE0ShuiaWuFh45MmLNraeTt5ujNKuA9cOFKvfbvzkptJB5R7ZE1+X8Ems4g+lfdG+ow== X-Received: by 2002:a1c:a515:: with SMTP id o21mr4156184wme.124.1583335721831; Wed, 04 Mar 2020 07:28:41 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id i12sm25577020wrw.64.2020.03.04.07.28.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Mar 2020 07:28:40 -0800 (PST) Message-ID: <49933ebf7b872aefa7686fb227470200401e6ed5.camel@debian.org> From: Luca Boccassi To: Kevin Traynor , dev@dpdk.org Date: Wed, 04 Mar 2020 15:28:40 +0000 In-Reply-To: <83712900-431c-87e9-f9bd-5853ef796c21@redhat.com> References: <20200229163706.12741-1-luca.boccassi@gmail.com> <83712900-431c-87e9-f9bd-5853ef796c21@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] Fix various typos found by Lintian 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" On Wed, 2020-03-04 at 14:34 +0000, Kevin Traynor wrote: > On 29/02/2020 16:37,=20 > luca.boccassi@gmail.com > wrote: > > From: Luca Boccassi < > > bluca@debian.org > > > > >=20 > > Cc:=20 > > stable@dpdk.org > >=20 > >=20 > > Signed-off-by: Luca Boccassi < > > bluca@debian.org > > > > > --- > > Debian's linter is getting more and more annoy^^smart and now > > parses binaries > > for typos too - CC stable to get it off my back in the next release > >=20 >=20 > Minor: Probably linter is better trained in the Queen's English than > me > or it could be personal preference, but 'one' seems to be referring > to > the user and it reads a bit strange for me. e.g. >=20 > "Slave %d capabilities doesn't allow one to allocate additional > queues" > "hardware specifications that allow one to handle virtual memory" > "Do not allow one to send packet if the maximum DMA.." >=20 > as opposed to >=20 > "Slave %d capabilities don't allow allocation of additional queues" > "hardware specifications that allow handling of virtual memory" > "Do not allow sending of a packet if the maximum DMA.." You might be right - but the intent here is not to be correct, it's to get the linter to leave me alone :-) --=20 Kind regards, Luca Boccassi