aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_switch.c
diff options
context:
space:
mode:
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>2018-10-26 14:44:46 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-11-20 14:39:04 -0500
commitdf17b7e02f0fa3a13c5aac26c317447d72612e1c (patch)
treedb9599849635954ddeb1f1cea9b250180973a32f /drivers/net/ethernet/intel/ice/ice_switch.c
parent2c5492de8770b72cb9c97c91fbcbb90c16470819 (diff)
ice: Cosmetic formatting changes
1. Fix several cases of double spacing 2. Fix typos 3. Capitalize abbreviations Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_switch.c')
-rw-r--r--drivers/net/ethernet/intel/ice/ice_switch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_switch.c b/drivers/net/ethernet/intel/ice/ice_switch.c
index af55c74c2378..286a1a7afdc2 100644
--- a/drivers/net/ethernet/intel/ice/ice_switch.c
+++ b/drivers/net/ethernet/intel/ice/ice_switch.c
@@ -129,7 +129,7 @@ enum ice_status ice_init_def_sw_recp(struct ice_hw *hw)
129 * 129 *
130 * NOTE: *req_desc is both an input/output parameter. 130 * NOTE: *req_desc is both an input/output parameter.
131 * The caller of this function first calls this function with *request_desc set 131 * The caller of this function first calls this function with *request_desc set
132 * to 0. If the response from f/w has *req_desc set to 0, all the switch 132 * to 0. If the response from f/w has *req_desc set to 0, all the switch
133 * configuration information has been returned; if non-zero (meaning not all 133 * configuration information has been returned; if non-zero (meaning not all
134 * the information was returned), the caller should call this function again 134 * the information was returned), the caller should call this function again
135 * with *req_desc set to the previous value returned by f/w to get the 135 * with *req_desc set to the previous value returned by f/w to get the
@@ -1863,7 +1863,7 @@ ice_add_vlan_internal(struct ice_hw *hw, struct ice_fltr_list_entry *f_entry)
1863 tmp_fltr.fwd_id.vsi_list_id = vsi_list_id; 1863 tmp_fltr.fwd_id.vsi_list_id = vsi_list_id;
1864 tmp_fltr.fltr_act = ICE_FWD_TO_VSI_LIST; 1864 tmp_fltr.fltr_act = ICE_FWD_TO_VSI_LIST;
1865 /* Update the previous switch rule to a new VSI list which 1865 /* Update the previous switch rule to a new VSI list which
1866 * includes current VSI thats requested 1866 * includes current VSI that is requested
1867 */ 1867 */
1868 status = ice_update_pkt_fwd_rule(hw, &tmp_fltr); 1868 status = ice_update_pkt_fwd_rule(hw, &tmp_fltr);
1869 if (status) 1869 if (status)