]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: trivial: Fix typos in mii field descriptions
authorStephan Bauroth <stephan.bauroth@iav.de>
Thu, 8 Aug 2013 11:44:41 +0000 (13:44 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 22 Nov 2013 22:50:04 +0000 (16:50 -0600)
Signed-off-by: Stephan Bauroth <stephan.bauroth@iav.de>
Patch: 265707

common/cmd_mii.c

index d3dd6b1c9e8100f8e9f695a6ccab1fd9dc3533b2..b82a7ce612c2a23df0bf24823025c5955a7401ff 100644 (file)
@@ -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"              },