From: Rami Rosen Date: Tue, 25 Sep 2018 15:42:18 +0000 (-0700) Subject: iavf: fix a typo X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=37ebb5fa6fc9be0eb80dcd3d17984cc36006a21c;p=openwrt%2Fstaging%2Fblogic.git iavf: fix a typo This trivial patch fixes a typo in iavf.h. Signed-off-by: Rami Rosen Acked-by: Jesse Brandeburg Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher --- 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; };