Commit 5b20311e authored by Simon Arlott's avatar Simon Arlott Committed by Adrian Bunk

spelling fixes: arch/v850/

Spelling fixes in arch/v850/.
Signed-off-by: default avatarSimon Arlott <simon@fire.lp0.eu>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent b60745b9
...@@ -58,13 +58,13 @@ void __init me2_init_irqs (void) ...@@ -58,13 +58,13 @@ void __init me2_init_irqs (void)
void me2_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud) void me2_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud)
{ {
if (chan == 0) { if (chan == 0) {
/* Specify that the relevent pins on the chip should do /* Specify that the relevant pins on the chip should do
serial I/O, not direct I/O. */ serial I/O, not direct I/O. */
ME2_PORT1_PMC |= 0xC; ME2_PORT1_PMC |= 0xC;
/* Specify that we're using the UART, not the CSI device. */ /* Specify that we're using the UART, not the CSI device. */
ME2_PORT1_PFC |= 0xC; ME2_PORT1_PFC |= 0xC;
} else if (chan == 1) { } else if (chan == 1) {
/* Specify that the relevent pins on the chip should do /* Specify that the relevant pins on the chip should do
serial I/O, not direct I/O. */ serial I/O, not direct I/O. */
ME2_PORT2_PMC |= 0x6; ME2_PORT2_PMC |= 0x6;
/* Specify that we're using the UART, not the CSI device. */ /* Specify that we're using the UART, not the CSI device. */
......
...@@ -179,7 +179,7 @@ static int __devinit pcibios_init (void) ...@@ -179,7 +179,7 @@ static int __devinit pcibios_init (void)
default uses. */ default uses. */
/* Significant address bits used for decoding PCI GCS5 space /* Significant address bits used for decoding PCI GCS5 space
accessess. */ accesses. */
MB_A_PCI_DMRR = ~(MB_A_PCI_MEM_SIZE - 1); MB_A_PCI_DMRR = ~(MB_A_PCI_MEM_SIZE - 1);
/* I don't understand this, but the SolutionGear example code /* 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) ...@@ -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 /* 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 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 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. */ this call are illegal. */
void void
pci_free_consistent (struct pci_dev *pdev, size_t size, void *cpu_addr, pci_free_consistent (struct pci_dev *pdev, size_t size, void *cpu_addr,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment