projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b946173
)
kernel/mii_layer: Little indentation fix.
author
Sascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:18:50 +0000 (11:18 +0200)
committer
Sascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:27:50 +0000 (11:27 +0200)
sys/dev/netif/mii_layer/truephy.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/netif/mii_layer/truephy.c
b/sys/dev/netif/mii_layer/truephy.c
index
589a2ca
..
bbc912c
100644
(file)
--- a/
sys/dev/netif/mii_layer/truephy.c
+++ b/
sys/dev/netif/mii_layer/truephy.c
@@
-67,7
+67,7
@@
static device_method_t truephy_methods[] = {
};
static const struct mii_phydesc truephys[] = {
- MII_PHYDESC(AGERE, ET1011),
+ MII_PHYDESC(AGERE, ET1011),
MII_PHYDESC(AGERE, ET1011C),
MII_PHYDESC_NULL
};