PCI/portdrv: Use conventional Device ID table formatting
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Feb 2019 19:49:18 +0000 (13:49 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Feb 2019 19:49:18 +0000 (13:49 -0600)
commitc89f7f98c971e0cabc819b6c0fe6bf509287b7e0
treeea0ec29a85cb656832b0d39a1f66c16a44596aa4
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
PCI/portdrv: Use conventional Device ID table formatting

The pci_device_id table was technically correct, but unusually formatted,
which made adding entries error-prone.  Change the format so it's obvious
how to add entries.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/portdrv_pci.c