140-PCI-iproc-Fix-code-comment-to-match-code.patch 976 B

12345678910111213141516171819202122232425262728
  1. From 5d92f41c48c5e3c6fa5be87e3d6fca57e2fbb127 Mon Sep 17 00:00:00 2001
  2. From: Ray Jui <rjui@broadcom.com>
  3. Date: Tue, 15 Sep 2015 17:39:15 -0700
  4. Subject: [PATCH 140/147] PCI: iproc: Fix code comment to match code
  5. Fix code comment in pcie-iproc.h so it matches the code.
  6. Signed-off-by: Ray Jui <rjui@broadcom.com>
  7. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  8. ---
  9. drivers/pci/host/pcie-iproc.h | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. --- a/drivers/pci/host/pcie-iproc.h
  12. +++ b/drivers/pci/host/pcie-iproc.h
  13. @@ -20,11 +20,11 @@
  14. * iProc PCIe device
  15. * @dev: pointer to device data structure
  16. * @base: PCIe host controller I/O register base
  17. - * @resources: linked list of all PCI resources
  18. * @sysdata: Per PCI controller data (ARM-specific)
  19. * @root_bus: pointer to root bus
  20. * @phy: optional PHY device that controls the Serdes
  21. * @irqs: interrupt IDs
  22. + * @map_irq: function callback to map interrupts
  23. */
  24. struct iproc_pcie {
  25. struct device *dev;