PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
authorYijing Wang <wangyijing@huawei.com>
Wed, 12 Nov 2014 00:45:45 +0000 (17:45 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Nov 2014 14:49:38 +0000 (07:49 -0700)
"msi_chip" isn't very descriptive, so rename it to "msi_controller".  That
tells a little more about what it does and is already used in device tree
bindings.

No functional change.

[bhelgaas: changelog, change *only* the struct name so it's reviewable]
Suggested-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found