Merge pull request #6 from andrewmccarthy/master
Fix spelling of Packets
This commit is contained in:
commit
1c996307d7
@ -61,7 +61,7 @@ static struct attr_map link_attrs[NUM_DUMMY_VALUE] = {
|
|||||||
.name = "packets",
|
.name = "packets",
|
||||||
.type = ATTR_TYPE_COUNTER,
|
.type = ATTR_TYPE_COUNTER,
|
||||||
.unit = UNIT_NUMBER,
|
.unit = UNIT_NUMBER,
|
||||||
.description = "Packtes",
|
.description = "Packets",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ static struct attr_map link_attrs[] = {
|
|||||||
.name = "packets",
|
.name = "packets",
|
||||||
.type = ATTR_TYPE_COUNTER,
|
.type = ATTR_TYPE_COUNTER,
|
||||||
.unit = UNIT_NUMBER,
|
.unit = UNIT_NUMBER,
|
||||||
.description = "Packtes",
|
.description = "Packets",
|
||||||
.rxid = RTNL_LINK_RX_PACKETS,
|
.rxid = RTNL_LINK_RX_PACKETS,
|
||||||
.txid = RTNL_LINK_TX_PACKETS,
|
.txid = RTNL_LINK_TX_PACKETS,
|
||||||
},
|
},
|
||||||
|
@ -57,7 +57,7 @@ static struct attr_map link_attrs[NUM_PROC_VALUE] = {
|
|||||||
.name = "packets",
|
.name = "packets",
|
||||||
.type = ATTR_TYPE_COUNTER,
|
.type = ATTR_TYPE_COUNTER,
|
||||||
.unit = UNIT_NUMBER,
|
.unit = UNIT_NUMBER,
|
||||||
.description = "Packtes",
|
.description = "Packets",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "errors",
|
.name = "errors",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user