aboutsummaryrefslogtreecommitdiff
path: root/include/pci.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-09-25 08:56:14 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:57:42 +0800
commitbdaa976153b29c88822e6c196e48f6ad2f881846 (patch)
tree41dacb0298ac50bdf9daed72d8f0ce04b5902bf0 /include/pci.h
parent90c668605fa81ab5046a8b05c7a1fa858811d4bf (diff)
downloadu-boot-bdaa976153b29c88822e6c196e48f6ad2f881846.zip
u-boot-bdaa976153b29c88822e6c196e48f6ad2f881846.tar.gz
u-boot-bdaa976153b29c88822e6c196e48f6ad2f881846.tar.bz2
pci: Correct 'specifified' and 'Plese' typos
Fix these spelling errors the header file and documentation. Fix a small typo in the PCI documentation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/pci.h')
-rw-r--r--include/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pci.h b/include/pci.h
index 2b82b2c..8aa6636 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -1595,7 +1595,7 @@ int sandbox_pci_get_emul(struct udevice *bus, pci_dev_t find_devfn,
/**
* pci_get_devfn() - Extract the devfn from fdt_pci_addr of the device
*
- * Get devfn from fdt_pci_addr of the specifified device
+ * Get devfn from fdt_pci_addr of the specified device
*
* @dev: PCI device
* @return devfn in bits 15...8 if found, -ENODEV if not found