* [Intel-wired-lan] [PATCH] iavf: fix a typo
@ 2018-09-25 15:42 Jeff Kirsher
2018-09-25 16:17 ` Jesse Brandeburg
2018-09-27 16:28 ` Bowers, AndrewX
0 siblings, 2 replies; 3+ messages in thread
From: Jeff Kirsher @ 2018-09-25 15:42 UTC (permalink / raw)
To: intel-wired-lan
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(-)
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;
};
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Intel-wired-lan] [PATCH] iavf: fix a typo
2018-09-25 15:42 [Intel-wired-lan] [PATCH] iavf: fix a typo Jeff Kirsher
@ 2018-09-25 16:17 ` Jesse Brandeburg
2018-09-27 16:28 ` Bowers, AndrewX
1 sibling, 0 replies; 3+ messages in thread
From: Jesse Brandeburg @ 2018-09-25 16:17 UTC (permalink / raw)
To: intel-wired-lan
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Intel-wired-lan] [PATCH] iavf: fix a typo
2018-09-25 15:42 [Intel-wired-lan] [PATCH] iavf: fix a typo Jeff Kirsher
2018-09-25 16:17 ` Jesse Brandeburg
@ 2018-09-27 16:28 ` Bowers, AndrewX
1 sibling, 0 replies; 3+ messages in thread
From: Bowers, AndrewX @ 2018-09-27 16:28 UTC (permalink / raw)
To: intel-wired-lan
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Jeff Kirsher
> Sent: Tuesday, September 25, 2018 8:42 AM
> To: intel-wired-lan at 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-27 16:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 15:42 [Intel-wired-lan] [PATCH] iavf: fix a typo Jeff Kirsher
2018-09-25 16:17 ` Jesse Brandeburg
2018-09-27 16:28 ` Bowers, AndrewX
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.