summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStephan Bauroth <stephan.bauroth@iav.de>2013-08-08 13:44:41 +0200
committerJoe Hershberger <joe.hershberger@ni.com>2013-11-22 16:50:04 -0600
commit57d33d4b4063ef731c35ba5b7b03e2e510c4ee65 (patch)
tree3d7294f76ca885c139c29b74b2666593b9572ace /common
parent626ee1e32eeb4fc89e0f406d6067ed6e71d8302f (diff)
downloadblackbird-obmc-uboot-57d33d4b4063ef731c35ba5b7b03e2e510c4ee65.tar.gz
blackbird-obmc-uboot-57d33d4b4063ef731c35ba5b7b03e2e510c4ee65.zip
net: trivial: Fix typos in mii field descriptions
Signed-off-by: Stephan Bauroth <stephan.bauroth@iav.de> Patch: 265707
Diffstat (limited to 'common')
-rw-r--r--common/cmd_mii.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_mii.c b/common/cmd_mii.c
index d3dd6b1c9e..b82a7ce612 100644
--- a/common/cmd_mii.c
+++ b/common/cmd_mii.c
@@ -78,9 +78,9 @@ static const MII_field_desc_t reg_3_desc_tbl[] = {
static const MII_field_desc_t reg_4_desc_tbl[] = {
{ 15, 15, 0x01, "next page able" },
- { 14, 14, 0x01, "reserved" },
+ { 14, 14, 0x01, "(reserved)" },
{ 13, 13, 0x01, "remote fault" },
- { 12, 12, 0x01, "reserved" },
+ { 12, 12, 0x01, "(reserved)" },
{ 11, 11, 0x01, "asymmetric pause" },
{ 10, 10, 0x01, "pause enable" },
{ 9, 9, 0x01, "100BASE-T4 able" },
OpenPOWER on IntegriCloud