aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/intel_mid_dma.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-01 15:38:34 -0400
committerJiri Kosina <jkosina@suse.cz>2010-11-01 15:38:34 -0400
commitb595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch)
treebc01ec7283808013e0b8ce7713fd6fc40f810429 /drivers/dma/intel_mid_dma.c
parent6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff)
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/dma/intel_mid_dma.c')
-rw-r--r--drivers/dma/intel_mid_dma.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/intel_mid_dma.c b/drivers/dma/intel_mid_dma.c
index 338bc4eed1f3..da8b7f161cdb 100644
--- a/drivers/dma/intel_mid_dma.c
+++ b/drivers/dma/intel_mid_dma.c
@@ -1060,8 +1060,8 @@ static irqreturn_t intel_mid_dma_interrupt2(int irq, void *data)
1060 * mid_setup_dma - Setup the DMA controller 1060 * mid_setup_dma - Setup the DMA controller
1061 * @pdev: Controller PCI device structure 1061 * @pdev: Controller PCI device structure
1062 * 1062 *
1063 * Initilize the DMA controller, channels, registers with DMA engine, 1063 * Initialize the DMA controller, channels, registers with DMA engine,
1064 * ISR. Initilize DMA controller channels. 1064 * ISR. Initialize DMA controller channels.
1065 */ 1065 */
1066static int mid_setup_dma(struct pci_dev *pdev) 1066static int mid_setup_dma(struct pci_dev *pdev)
1067{ 1067{
@@ -1219,7 +1219,7 @@ static void middma_shutdown(struct pci_dev *pdev)
1219 * @pdev: Controller PCI device structure 1219 * @pdev: Controller PCI device structure
1220 * @id: pci device id structure 1220 * @id: pci device id structure
1221 * 1221 *
1222 * Initilize the PCI device, map BARs, query driver data. 1222 * Initialize the PCI device, map BARs, query driver data.
1223 * Call setup_dma to complete contoller and chan initilzation 1223 * Call setup_dma to complete contoller and chan initilzation
1224 */ 1224 */
1225static int __devinit intel_mid_dma_probe(struct pci_dev *pdev, 1225static int __devinit intel_mid_dma_probe(struct pci_dev *pdev,