Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hauke Mehrtens and committed by
David S. Miller
0e595934 39b6b299

+2 -2
+2 -2
drivers/net/ethernet/broadcom/bgmac.c
··· 1481 1481 1482 1482 /* Northstar has 4 GMAC cores */ 1483 1483 for (ns_gmac = 0; ns_gmac < 4; ns_gmac++) { 1484 - /* As northstar requirement, we have to reset all GAMCs 1484 + /* As Northstar requirement, we have to reset all GMACs 1485 1485 * before accessing one. bgmac_chip_reset() call 1486 1486 * bcma_core_enable() for this core. Then the other 1487 - * three GAMCs didn't reset. We do it here. 1487 + * three GMACs didn't reset. We do it here. 1488 1488 */ 1489 1489 ns_core = bcma_find_core_unit(core->bus, 1490 1490 BCMA_CORE_MAC_GBIT,