All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i40e: Fix a typo.
@ 2016-02-26 18:33 Rami Rosen
  2016-02-28  7:29 ` Zhang, Helin
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2016-02-26 18:33 UTC (permalink / raw)
  To: helin.zhang; +Cc: dev

This patch fixes a typo in a comment in the definition of
the i40e_pf struct.

Signed-off-by: Rami Rosen <rami.rosen@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] i40e: Fix a typo.
  2016-02-26 18:33 [PATCH] i40e: Fix a typo Rami Rosen
@ 2016-02-28  7:29 ` Zhang, Helin
  2016-03-10 15:03   ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang, Helin @ 2016-02-28  7:29 UTC (permalink / raw)
  To: Rosen, Rami; +Cc: dev



> -----Original Message-----
> From: Rosen, Rami
> Sent: Saturday, February 27, 2016 2:34 AM
> To: Zhang, Helin <helin.zhang@intel.com>
> Cc: dev@dpdk.org; Rosen, Rami <rami.rosen@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@intel.com>
Acked-by: Helin Zhang <helin.zhang@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] i40e: Fix a typo.
  2016-02-28  7:29 ` Zhang, Helin
@ 2016-03-10 15:03   ` Bruce Richardson
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2016-03-10 15:03 UTC (permalink / raw)
  To: Zhang, Helin; +Cc: dev

On Sun, Feb 28, 2016 at 07:29:28AM +0000, Zhang, Helin wrote:
> 
> 
> > -----Original Message-----
> > From: Rosen, Rami
> > Sent: Saturday, February 27, 2016 2:34 AM
> > To: Zhang, Helin <helin.zhang@intel.com>
> > Cc: dev@dpdk.org; Rosen, Rami <rami.rosen@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@intel.com>
> Acked-by: Helin Zhang <helin.zhang@intel.com>
> 
Applied to dpdk-next-net/rel_16_04

Thanks,
/Bruce

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-10 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-26 18:33 [PATCH] i40e: Fix a typo Rami Rosen
2016-02-28  7:29 ` Zhang, Helin
2016-03-10 15:03   ` Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.