projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b6b29
)
bgmac: fix typos
author
Hauke Mehrtens
<
[email protected]
>
Mon, 6 Jan 2014 22:24:29 +0000
(23:24 +0100)
committer
David S. Miller
<
[email protected]
>
Tue, 7 Jan 2014 01:26:46 +0000
(20:26 -0500)
This fixes some typos found by Sergei.
Reported-by: Sergei Shtylyov <
[email protected]
>
Signed-off-by: Hauke Mehrtens <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/broadcom/bgmac.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/broadcom/bgmac.c
b/drivers/net/ethernet/broadcom/bgmac.c
index 5d41f414e11a294ca8090e2415a12929a34b9355..7f968a9b52c84200d64c6f7a35f43ad3630f606d 100644
(file)
--- a/
drivers/net/ethernet/broadcom/bgmac.c
+++ b/
drivers/net/ethernet/broadcom/bgmac.c
@@
-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 GAM
Cs
+ /* As
Northstar requirement, we have to reset all GMA
Cs
* before accessing one. bgmac_chip_reset() call
* bcma_core_enable() for this core. Then the other
- * three G
AM
Cs didn't reset. We do it here.
+ * three G
MA
Cs didn't reset. We do it here.
*/
ns_core = bcma_find_core_unit(core->bus,
BCMA_CORE_MAC_GBIT,