Skip to content
Snippets Groups Projects
Commit b5f4605e authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

userspace/tools: remove doubled printout of cfg.ext


Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent 2f31fccd
Branches
Tags
No related merge requests found
...@@ -722,7 +722,6 @@ struct dump_info ppi_info [] = { ...@@ -722,7 +722,6 @@ struct dump_info ppi_info [] = {
DUMP_FIELD_SIZE(char, cfg.port_name, 16), DUMP_FIELD_SIZE(char, cfg.port_name, 16),
DUMP_FIELD_SIZE(char, cfg.iface_name, 16), DUMP_FIELD_SIZE(char, cfg.iface_name, 16),
DUMP_FIELD(int, cfg.ext), DUMP_FIELD(int, cfg.ext),
DUMP_FIELD(int, cfg.ext),
DUMP_FIELD(unsigned_long, ptp_tx_count), DUMP_FIELD(unsigned_long, ptp_tx_count),
DUMP_FIELD(unsigned_long, ptp_rx_count), DUMP_FIELD(unsigned_long, ptp_rx_count),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment