Fix spelling of Packets.
This commit is contained in:
parent
efa145200c
commit
bb3b4c4b2c
@ -61,7 +61,7 @@ static struct attr_map link_attrs[NUM_DUMMY_VALUE] = {
|
||||
.name = "packets",
|
||||
.type = ATTR_TYPE_COUNTER,
|
||||
.unit = UNIT_NUMBER,
|
||||
.description = "Packtes",
|
||||
.description = "Packets",
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -58,7 +58,7 @@ static struct attr_map link_attrs[] = {
|
||||
.name = "packets",
|
||||
.type = ATTR_TYPE_COUNTER,
|
||||
.unit = UNIT_NUMBER,
|
||||
.description = "Packtes",
|
||||
.description = "Packets",
|
||||
.rxid = RTNL_LINK_RX_PACKETS,
|
||||
.txid = RTNL_LINK_TX_PACKETS,
|
||||
},
|
||||
|
@ -57,7 +57,7 @@ static struct attr_map link_attrs[NUM_PROC_VALUE] = {
|
||||
.name = "packets",
|
||||
.type = ATTR_TYPE_COUNTER,
|
||||
.unit = UNIT_NUMBER,
|
||||
.description = "Packtes",
|
||||
.description = "Packets",
|
||||
},
|
||||
{
|
||||
.name = "errors",
|
||||
|
Loading…
x
Reference in New Issue
Block a user