diff options
author | Mike Williams <mike@mikebwilliams.com> | 2011-07-22 04:01:30 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 21:27:36 +0200 |
commit | 1626308797ac4184e73e56d275a1b8da11a62d5b (patch) | |
tree | d12fd0d610303c3d2351d8ace314a643f20e0fc9 /drivers/pci | |
parent | 2469c4b2dbdd601a4e44ecf9925b99bd2cd1b43f (diff) | |
download | u-boot-midas-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.gz u-boot-midas-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.bz2 u-boot-midas-1626308797ac4184e73e56d275a1b8da11a62d5b.zip |
cleanup: Fix typos and misspellings in various files.
Recieve/Receive
recieve/receive
Interupt/Interrupt
interupt/interrupt
Addres/Address
addres/address
Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/fsl_pci_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/fsl_pci_init.c b/drivers/pci/fsl_pci_init.c index ab461b45ac..7f601d4895 100644 --- a/drivers/pci/fsl_pci_init.c +++ b/drivers/pci/fsl_pci_init.c @@ -316,7 +316,7 @@ void fsl_pci_init(struct pci_controller *hose, struct fsl_pci_info *pci_info) hose->current_busno = hose->first_busno; out_be32(&pci->pedr, 0xffffffff); /* Clear any errors */ - out_be32(&pci->peer, ~0x20140); /* Enable All Error Interupts except + out_be32(&pci->peer, ~0x20140); /* Enable All Error Interrupts except * - Master abort (pci) * - Master PERR (pci) * - ICCA (PCIe) |