Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e595934 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by David S. Miller
Browse files

bgmac: fix typos



This fixes some typos found by Sergei.

Reported-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 39b6b299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1481,10 +1481,10 @@ static int bgmac_probe(struct bcma_device *core)

		/* Northstar has 4 GMAC cores */
		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
			 * 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,
						      BCMA_CORE_MAC_GBIT,