Commit c2e07b3a9ced33dd92597201be3931be8ea57ed6

Authored by Stefan Weil
Committed by Jiri Kosina
1 parent f4d0143951

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>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

drivers/dma/fsldma.c
... ... @@ -10,7 +10,7 @@
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
drivers/net/sh_eth.c
... ... @@ -1325,7 +1325,7 @@
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;