[dpdk-dev] [PATCH] i40e: Fix a typo.

Zhang, Helin helin.zhang at intel.com
Sun Feb 28 08:29:28 CET 2016



> -----Original Message-----
> From: Rosen, Rami
> Sent: Saturday, February 27, 2016 2:34 AM
> To: Zhang, Helin <helin.zhang at intel.com>
> Cc: dev at dpdk.org; Rosen, Rami <rami.rosen at intel.com>
> Subject: [PATCH] i40e: Fix a typo.
> 
> This patch fixes a typo in a comment in the definition of the i40e_pf struct.
> 
> Signed-off-by: Rami Rosen <rami.rosen at intel.com>
Acked-by: Helin Zhang <helin.zhang at intel.com>

> ---
>  drivers/net/i40e/i40e_ethdev.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/i40e/i40e_ethdev.h b/drivers/net/i40e/i40e_ethdev.h
> index 6edd7dd..8ebac9d 100644
> --- a/drivers/net/i40e/i40e_ethdev.h
> +++ b/drivers/net/i40e/i40e_ethdev.h
> @@ -408,7 +408,7 @@ struct i40e_pf {
> 
>  	struct rte_eth_dev_data *dev_data; /* Pointer to the device data */
>  	struct ether_addr dev_addr; /* PF device mac address */
> -	uint64_t flags; /* PF featuer flags */
> +	uint64_t flags; /* PF feature flags */
>  	/* All kinds of queue pair setting for different VSIs */
>  	struct i40e_pf_vf *vfs;
>  	uint16_t vf_num;
> --
> 2.5.0



More information about the dev mailing list