]> git.karo-electronics.de Git - linux-beck.git/commit
PCI/AER: Rename pci_ops_aer to aer_inj_pci_ops
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Feb 2016 20:02:45 +0000 (14:02 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Feb 2016 20:02:45 +0000 (14:02 -0600)
commit3b0a6d1a1b3335fde9cbbc659568ed619b07d24a
treeadc5543a783bf5cb3b1b2c395399ad08780bd5bf
parent92e963f50fc74041b5e9e744c330dca48e04f08d
PCI/AER: Rename pci_ops_aer to aer_inj_pci_ops

Rename

  pci_ops_aer     to aer_inj_pci_ops
  pci_read_aer()  to aer_inj_read_config()
  pci_write_aer() to aer_inj_write_config()

This is more conventional and more informative.  No functional change.

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