diff options
Diffstat (limited to 'drivers/pci/pci_common.c')
| -rw-r--r-- | drivers/pci/pci_common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/pci/pci_common.c b/drivers/pci/pci_common.c index 02a71da30fa..a18251297fd 100644 --- a/drivers/pci/pci_common.c +++ b/drivers/pci/pci_common.c @@ -236,7 +236,7 @@ int __pci_hose_phys_to_bus(struct pci_controller *hose,   * @hose:	PCI hose of the root PCI controller   * @phys_addr:	physical address to convert   * @flags:	flags of pci regions - * @return bus address if OK, 0 on error + * Return: bus address if OK, 0 on error   */  pci_addr_t pci_hose_phys_to_bus(struct pci_controller *hose,  				phys_addr_t phys_addr, | 
