aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850/kernel/rte_mb_a_pci.c
diff options
context:
space:
mode:
authorSimon Arlott <simon@fire.lp0.eu>2007-10-20 01:24:05 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:24:05 +0200
commit5b20311eeae7c5e7d9484cd0878ac756a20a78e4 (patch)
tree0744079c3cc69226ea55286932b4cbb0ffcc5f6c /arch/v850/kernel/rte_mb_a_pci.c
parentspelling fixes: arch/um/ (diff)
downloadlinux-dev-5b20311eeae7c5e7d9484cd0878ac756a20a78e4.tar.xz
linux-dev-5b20311eeae7c5e7d9484cd0878ac756a20a78e4.zip
spelling fixes: arch/v850/
Spelling fixes in arch/v850/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/v850/kernel/rte_mb_a_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/v850/kernel/rte_mb_a_pci.c b/arch/v850/kernel/rte_mb_a_pci.c
index 35a4bd5515cb..7165478824e7 100644
--- a/arch/v850/kernel/rte_mb_a_pci.c
+++ b/arch/v850/kernel/rte_mb_a_pci.c
@@ -179,7 +179,7 @@ static int __devinit pcibios_init (void)
default uses. */
/* Significant address bits used for decoding PCI GCS5 space
- accessess. */
+ accesses. */
MB_A_PCI_DMRR = ~(MB_A_PCI_MEM_SIZE - 1);
/* I don't understand this, but the SolutionGear example code
@@ -775,7 +775,7 @@ pci_alloc_consistent (struct pci_dev *pdev, size_t size, dma_addr_t *dma_addr)
/* Free and unmap a consistent DMA buffer. CPU_ADDR and DMA_ADDR must
be values that were returned from pci_alloc_consistent. SIZE must be
the same as what as passed into pci_alloc_consistent. References to
- the memory and mappings assosciated with CPU_ADDR or DMA_ADDR past
+ the memory and mappings associated with CPU_ADDR or DMA_ADDR past
this call are illegal. */
void
pci_free_consistent (struct pci_dev *pdev, size_t size, void *cpu_addr,