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 1C6E4A04DD; Fri, 20 Nov 2020 10:02:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 31F5BC884; Fri, 20 Nov 2020 10:02:49 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id F295BC87E for ; Fri, 20 Nov 2020 10:02:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605862964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OsV6tKEJp+VMlY+pJU6mOyVwia3Sqp67Ng/LSqzCQ7I=; b=IlojBnhS7mzVLSNpp1R6EmZDAmwD/2xqPJu9pzSwMtw0eAv8Kmgv/nTM5zXofpuyMsMntm bxyMIitU1NUQM9vCI5YLw4lpqV5V2CKBnngM5SqGZEqMVAQVLNGhUAdrta90XhE96B+gWr FrOU2qnIx31iEX+fkYBdSgdziJKUYKE= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-514-mrFAmsKTMJCOaR9SPY2cYQ-1; Fri, 20 Nov 2020 04:02:42 -0500 X-MC-Unique: mrFAmsKTMJCOaR9SPY2cYQ-1 Received: by mail-ua1-f70.google.com with SMTP id m27so2563761uab.12 for ; Fri, 20 Nov 2020 01:02: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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=OsV6tKEJp+VMlY+pJU6mOyVwia3Sqp67Ng/LSqzCQ7I=; b=Z5YLMWIrK3SmxAypFLg0rLjCbjbX5u8PlT6p+TJPUyibAGwSHPQ4avG71kPfv9sl/+ SlF6HuB9nJWaBczReMTHwH3OY91kXgvggN9kLwXzev6u+86CLbodRIWi4S4P07jo8+I0 ScRjG/Kiy+UF9zWvvjWb9ZWiuQGxhz59w0irduP1G6OW8wOv7crfM1bWFXuE0z+2uSMa KJz794tjz0+wAxQeLiyaeaLk5bsmgy7eKiM+hlqwMP8aXlKtARl3BH0NEwdhxFRGaB8B GBHC1OxOgDxw6ig3EQ6hRY1cTGi8bydX9eGIR+aUFyJaSQq9jzY+k+ZqeKXfXsYDBDeJ 1VIw== X-Gm-Message-State: AOAM531mM4CV3nSP+49Gn0YE81ZTkN+jpEcsiEPM3SeMLPLL8iU2+AIw H8C8iu0Gk2Up0B2Tr4JKGbwOhUGxBrO6IFbocLIAyk+iK99M5k4eFJldpIVDu9DQhHuMNVcZvGB IpwFq87Ury57rlidExuc= X-Received: by 2002:a05:6102:4b6:: with SMTP id r22mr11273277vsa.10.1605862961800; Fri, 20 Nov 2020 01:02:41 -0800 (PST) X-Google-Smtp-Source: ABdhPJwYAUZLLhtulDlrM7wuAVKPTtYwYDcxbnIhE9us4y1dv+OsZSMsVI1Tjy4LWjeXT2ICMOxtnOMMS8EtSuiGDfc= X-Received: by 2002:a05:6102:4b6:: with SMTP id r22mr11273271vsa.10.1605862961636; Fri, 20 Nov 2020 01:02:41 -0800 (PST) MIME-Version: 1.0 References: <20201116101212.405300-1-grive@u256.net> In-Reply-To: <20201116101212.405300-1-grive@u256.net> From: David Marchand Date: Fri, 20 Nov 2020 10:02:30 +0100 Message-ID: To: Gaetan Rivet Cc: dev , Stephen Hemminger , Hemant Agrawal , Luca Boccassi , Thomas Monjalon Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] bus/pci: fix comment explaining device naming 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 Mon, Nov 16, 2020 at 11:12 AM Gaetan Rivet wrote: > > The original triple negative was hard to read and the attempt > to improve the formulation was commendable, unfortunately the new > comment is the inverse of correct. > > Fixes: a65a34a85ebf ("eal: replace usage of blacklist/whitelist in enums"= ) Reported-by: David Marchand > Signed-off-by: Gaetan Rivet Acked-by: Luca Boccassi Reviewed-by: David Marchand Thanks Ga=C3=ABtan, applied. --=20 David Marchand