bus/pci: fix comment explaining device naming
authorGaetan Rivet <grive@u256.net>
Mon, 16 Nov 2020 10:12:12 +0000 (11:12 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 20 Nov 2020 08:58:55 +0000 (09:58 +0100)
commitb23fd370cd5b84228d453e52931eaa5cd3f2846c
tree5ef77fdb52357f32c806267c5dfef8b4b58c0ebd
parentc753160da1816fc5cfd4c4dd25902386cf3f2615
bus/pci: fix comment explaining device naming

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 <david.marchand@redhat.com>
Signed-off-by: Gaetan Rivet <grive@u256.net>
Acked-by: Luca Boccassi <bluca@debian.org>
Reviewed-by: David Marchand <david.marchand@redhat.com>
drivers/bus/pci/pci_common.c