diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/intel/iavf/iavf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
342 | struct iavf_channel_config ch_config; | 342 | struct iavf_channel_config ch_config; |
343 | u8 num_tc; | 343 | u8 num_tc; |
344 | struct list_head cloud_filter_list; | 344 | struct list_head cloud_filter_list; |
345 | /* lock to protest access to the cloud filter list */ | 345 | /* lock to protect access to the cloud filter list */ |
346 | spinlock_t cloud_filter_list_lock; | 346 | spinlock_t cloud_filter_list_lock; |
347 | u16 num_cloud_filters; | 347 | u16 num_cloud_filters; |
348 | }; | 348 | }; |