OSDN Git Service

iavf: fix a typo
authorRami Rosen <ramirose@gmail.com>
Tue, 25 Sep 2018 15:42:18 +0000 (08:42 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 3 Oct 2018 19:56:36 +0000 (12:56 -0700)
This trivial patch fixes a typo in iavf.h.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/iavf/iavf.h

index a512f75..272d76b 100644 (file)
@@ -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;
 };