On Tue, Sep 29, 2020 at 6:57 PM Bruce Richardson <[email protected]> wrote: > > 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. > > Fixes: fbf931c9c392 ("ethdev: format link status text") > Cc: [email protected] > > Signed-off-by: Bruce Richardson <[email protected]>
Already fixed with: https://git.dpdk.org/next/dpdk-next-net/commit/?id=10c835f2f57a62e50c83c764926d2481afbb60d5 -- David Marchand

