mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
bgmac: fix typos
This fixes some typos found by Sergei. Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
39b6b2992f
commit
0e5959346c
1 changed files with 2 additions and 2 deletions
|
@ -1481,10 +1481,10 @@ static int bgmac_probe(struct bcma_device *core)
|
||||||
|
|
||||||
/* Northstar has 4 GMAC cores */
|
/* Northstar has 4 GMAC cores */
|
||||||
for (ns_gmac = 0; ns_gmac < 4; ns_gmac++) {
|
for (ns_gmac = 0; ns_gmac < 4; ns_gmac++) {
|
||||||
/* As northstar requirement, we have to reset all GAMCs
|
/* As Northstar requirement, we have to reset all GMACs
|
||||||
* before accessing one. bgmac_chip_reset() call
|
* before accessing one. bgmac_chip_reset() call
|
||||||
* bcma_core_enable() for this core. Then the other
|
* bcma_core_enable() for this core. Then the other
|
||||||
* three GAMCs didn't reset. We do it here.
|
* three GMACs didn't reset. We do it here.
|
||||||
*/
|
*/
|
||||||
ns_core = bcma_find_core_unit(core->bus,
|
ns_core = bcma_find_core_unit(core->bus,
|
||||||
BCMA_CORE_MAC_GBIT,
|
BCMA_CORE_MAC_GBIT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue