diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_sched.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_sched.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_sched.c b/drivers/net/ethernet/intel/ice/ice_sched.c index 7293e4f4d758..84a552ab3e26 100644 --- a/drivers/net/ethernet/intel/ice/ice_sched.c +++ b/drivers/net/ethernet/intel/ice/ice_sched.c | |||
@@ -894,8 +894,7 @@ static u8 ice_sched_get_vsi_layer(struct ice_hw *hw) | |||
894 | * This function removes the leaf node that was created by the FW | 894 | * This function removes the leaf node that was created by the FW |
895 | * during initialization | 895 | * during initialization |
896 | */ | 896 | */ |
897 | static void | 897 | static void ice_rm_dflt_leaf_node(struct ice_port_info *pi) |
898 | ice_rm_dflt_leaf_node(struct ice_port_info *pi) | ||
899 | { | 898 | { |
900 | struct ice_sched_node *node; | 899 | struct ice_sched_node *node; |
901 | 900 | ||
@@ -923,8 +922,7 @@ ice_rm_dflt_leaf_node(struct ice_port_info *pi) | |||
923 | * This function frees all the nodes except root and TC that were created by | 922 | * This function frees all the nodes except root and TC that were created by |
924 | * the FW during initialization | 923 | * the FW during initialization |
925 | */ | 924 | */ |
926 | static void | 925 | static void ice_sched_rm_dflt_nodes(struct ice_port_info *pi) |
927 | ice_sched_rm_dflt_nodes(struct ice_port_info *pi) | ||
928 | { | 926 | { |
929 | struct ice_sched_node *node; | 927 | struct ice_sched_node *node; |
930 | 928 | ||