Fix spelling contorller -> controller in comments

Cc: Jiri Kosina <trivial@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by Stefan Weil and committed by Jiri Kosina c2e07b3a f4d01439

+2 -2
+1 -1
drivers/dma/fsldma.c
··· 10 10 * Description: 11 11 * DMA engine driver for Freescale MPC8540 DMA controller, which is 12 12 * also fit for MPC8560, MPC8555, MPC8548, MPC8641, and etc. 13 - * The support for MPC8349 DMA contorller is also added. 13 + * The support for MPC8349 DMA controller is also added. 14 14 * 15 15 * This driver instructs the DMA controller to issue the PCI Read Multiple 16 16 * command for PCI read operations, instead of using the default PCI Read Line
+1 -1
drivers/net/sh_eth.c
··· 1325 1325 bitbang->mdc_msk = 0x01; 1326 1326 bitbang->ctrl.ops = &bb_ops; 1327 1327 1328 - /* MII contorller setting */ 1328 + /* MII controller setting */ 1329 1329 mdp->mii_bus = alloc_mdio_bitbang(&bitbang->ctrl); 1330 1330 if (!mdp->mii_bus) { 1331 1331 ret = -ENOMEM;