> The parameter to rte_eth_link_speed_to_str was called "speed_link" in the > function prototype in the header file, but "link_speed" everywhere else. > This showed up as warnings when building the API docs, due to missing and > undocumented parameters from doxygen's viewpoint. > > Rename the prototype value to the correct name to fix these issues.
It has been fixed by David and merged already by Ferruh.