From: Olivier Matz Date: Mon, 4 Jul 2016 08:24:18 +0000 (+0200) Subject: net/mlx5: fix API comment of link set function X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3d04e05055d783b9499c37ffb869393a3d951287;p=dpdk.git net/mlx5: fix API comment of link set function Fixes: 62072098b54e ("mlx5: support setting link up or down") Signed-off-by: Olivier Matz Acked-by: Adrien Mazarguil --- diff --git a/drivers/net/mlx5/mlx5_ethdev.c b/drivers/net/mlx5/mlx5_ethdev.c index 6fef902bb3..130e15d596 100644 --- a/drivers/net/mlx5/mlx5_ethdev.c +++ b/drivers/net/mlx5/mlx5_ethdev.c @@ -1150,7 +1150,7 @@ priv_dev_interrupt_handler_install(struct priv *priv, struct rte_eth_dev *dev) /** * Change the link state (UP / DOWN). * - * @param dev + * @param priv * Pointer to Ethernet device structure. * @param up * Nonzero for link up, otherwise link down.