diff options
author | Manivannan Sadhasivam <[email protected]> | 2024-04-30 11:43:43 +0530 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2024-05-28 11:13:48 -0500 |
commit | 4edd7dc82bd6be6989c034ccbbbccdc61034e33b (patch) | |
tree | a34c9f8c69e131b5bc4ae7cedd40628ac463c8c2 /drivers/pci/controller/dwc | |
parent | 6859e4f22af359de2fe49c92c3323f20e53e9031 (diff) |
PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to epc_init()
core_init() callback is used to notify the EPC initialization event to the
EPF drivers. The 'core' prefix was used indicate that the controller IP
core has completed initialization. But it serves no purpose as the EPF
driver will only care about the EPC initialization as a whole and there is
no real benefit to distinguish the IP core part.
Rename the core_init() callback in 'struct pci_epc_event_ops' to epc_init()
to make it more clear.
Link: https://lore.kernel.org/linux-pci/[email protected]
Tested-by: Niklas Cassel <[email protected]>
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Krzysztof WilczyĆski <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Niklas Cassel <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions