[dpdk-dev] [PATCH v2 5/6] ethdev: fix mis-named parameter

David Marchand david.marchand at redhat.com
Tue Sep 29 19:34:08 CEST 2020


On Tue, Sep 29, 2020 at 6:57 PM Bruce Richardson
<bruce.richardson at intel.com> 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: i.dyukov at samsung.com
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Already fixed with:
https://git.dpdk.org/next/dpdk-next-net/commit/?id=10c835f2f57a62e50c83c764926d2481afbb60d5


-- 
David Marchand



More information about the dev mailing list