Skip to content

Commit 60bda1b

Browse files
Edward Creekuba-moo
authored andcommitted
sfc: unfix not-a-typo in comment
Commit fe09560 ("net: Fix typos") removed duplicated word 'fallback', but this was not a typo and change altered the semantic meaning of the comment. Partially revert, using the phrase 'fallback of the fallback' to make the meaning more clear to future readers so that they won't try to change it again. Signed-off-by: Edward Cree <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 38358fa commit 60bda1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/sfc/tc_encap_actions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ static void efx_tc_update_encap(struct efx_nic *efx,
442442
rule = container_of(acts, struct efx_tc_flow_rule, acts);
443443
if (rule->fallback)
444444
fallback = rule->fallback;
445-
else /* fallback: deliver to PF */
445+
else /* fallback of the fallback: deliver to PF */
446446
fallback = &efx->tc->facts.pf;
447447
rc = efx_mae_update_rule(efx, fallback->fw_id,
448448
rule->fw_id);

0 commit comments

Comments
 (0)