diff mbox series

iavf: fix a typo

Message ID 20180925154218.29651-1-jeffrey.t.kirsher@intel.com
State Accepted
Delegated to: Jeff Kirsher
Headers show
Series iavf: fix a typo | expand

Commit Message

Kirsher, Jeffrey T Sept. 25, 2018, 3:42 p.m. UTC
From: Rami Rosen <ramirose@gmail.com>

This trivial patch fixes a typo in iavf.h.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 drivers/net/ethernet/intel/iavf/iavf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jesse Brandeburg Sept. 25, 2018, 4:17 p.m. UTC | #1
On Tue, 25 Sep 2018 08:42:18 -0700 Jeff wrote:
> From: Rami Rosen <ramirose@gmail.com>
> 
> This trivial patch fixes a typo in iavf.h.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Thanks for the patch
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Bowers, AndrewX Sept. 27, 2018, 4:28 p.m. UTC | #2
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces@osuosl.org] On
> Behalf Of Jeff Kirsher
> Sent: Tuesday, September 25, 2018 8:42 AM
> To: intel-wired-lan@lists.osuosl.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [Intel-wired-lan] [PATCH] iavf: fix a typo
> 
> From: Rami Rosen <ramirose@gmail.com>
> 
> This trivial patch fixes a typo in iavf.h.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  drivers/net/ethernet/intel/iavf/iavf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
diff mbox series

Patch

diff --git a/drivers/net/ethernet/intel/iavf/iavf.h b/drivers/net/ethernet/intel/iavf/iavf.h
index a512f7521841..272d76b733aa 100644
--- a/drivers/net/ethernet/intel/iavf/iavf.h
+++ b/drivers/net/ethernet/intel/iavf/iavf.h
@@ -342,7 +342,7 @@  struct iavf_adapter {
 	struct iavf_channel_config ch_config;
 	u8 num_tc;
 	struct list_head cloud_filter_list;
-	/* lock to protest access to the cloud filter list */
+	/* lock to protect access to the cloud filter list */
 	spinlock_t cloud_filter_list_lock;
 	u16 num_cloud_filters;
 };