Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204449
b: refs/heads/master
c: c2e07b3
h: refs/heads/master
i:
  204447: 0f83f89
v: v3
  • Loading branch information
Stefan Weil authored and Jiri Kosina committed Aug 4, 2010
1 parent 4089886 commit 19b723b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4d01439515acd5d9a09de1d1e02ca40403dda49
refs/heads/master: c2e07b3a9ced33dd92597201be3931be8ea57ed6
2 changes: 1 addition & 1 deletion trunk/drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Description:
* DMA engine driver for Freescale MPC8540 DMA controller, which is
* also fit for MPC8560, MPC8555, MPC8548, MPC8641, and etc.
* The support for MPC8349 DMA contorller is also added.
* The support for MPC8349 DMA controller is also added.
*
* This driver instructs the DMA controller to issue the PCI Read Multiple
* command for PCI read operations, instead of using the default PCI Read Line
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ static int sh_mdio_init(struct net_device *ndev, int id)
bitbang->mdc_msk = 0x01;
bitbang->ctrl.ops = &bb_ops;

/* MII contorller setting */
/* MII controller setting */
mdp->mii_bus = alloc_mdio_bitbang(&bitbang->ctrl);
if (!mdp->mii_bus) {
ret = -ENOMEM;
Expand Down

0 comments on commit 19b723b

Please sign in to comment.